X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fdpaax%2Fcaamflib%2Fcompat.h;h=36ee4b5335db5a462d0384d4baf2bccb91ab5568;hb=f6ab96f13d7a23b39fb5135b64ed8e99c425c7a9;hp=ce946ccb5ca886d0242b76c08c3f1c72e1af840c;hpb=c0ded849131598760a25e96ff368d035838af0b3;p=dpdk.git diff --git a/drivers/common/dpaax/caamflib/compat.h b/drivers/common/dpaax/caamflib/compat.h index ce946ccb5c..36ee4b5335 100644 --- a/drivers/common/dpaax/caamflib/compat.h +++ b/drivers/common/dpaax/caamflib/compat.h @@ -33,11 +33,11 @@ #endif #ifndef __always_unused -#define __always_unused __attribute__((unused)) +#define __always_unused __rte_unused #endif #ifndef __maybe_unused -#define __maybe_unused __attribute__((unused)) +#define __maybe_unused __rte_unused #endif #if defined(__GLIBC__) && !defined(pr_debug)