From fe199e3bac38cc824a280ec35b7d55b6dae9a9ca Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 25 Sep 2018 09:39:51 +0100 Subject: Remove all other deprecated interfaces and files Change-Id: Icd1cdd42afdc78895a9be6c46b414b0a155cfa63 Signed-off-by: Antonio Nino Diaz --- include/lib/smccc.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/lib/smccc.h') diff --git a/include/lib/smccc.h b/include/lib/smccc.h index a07e510b..b3dad102 100644 --- a/include/lib/smccc.h +++ b/include/lib/smccc.h @@ -57,17 +57,6 @@ * does not equal SMC_UNK. This is to ensure that the caller won't mistake the * returned UUID in x0 for an invalid SMC error return */ -#if !ERROR_DEPRECATED -#define DEFINE_SVC_UUID(_name, _tl, _tm, _th, _cl, _ch, \ - _n0, _n1, _n2, _n3, _n4, _n5) \ - CASSERT((uint32_t)(_tl) != (uint32_t) SMC_UNK, invalid_svc_uuid);\ - static const uuid_t _name = { \ - _tl, _tm, _th, _cl, _ch, \ - { _n0, _n1, _n2, _n3, _n4, _n5 } \ - } -#endif - - #define DEFINE_SVC_UUID2(_name, _tl, _tm, _th, _cl, _ch, \ _n0, _n1, _n2, _n3, _n4, _n5) \ CASSERT((uint32_t)(_tl) != (uint32_t) SMC_UNK, invalid_svc_uuid);\ -- cgit v1.2.3