]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/dpaax/caamflib/compat.h
replace unused attributes
[dpdk.git] / drivers / common / dpaax / caamflib / compat.h
index ce946ccb5ca886d0242b76c08c3f1c72e1af840c..36ee4b5335db5a462d0384d4baf2bccb91ab5568 100644 (file)
 #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)