]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_sym.h
crypto/qat: remove unused macro
[dpdk.git] / drivers / crypto / qat / qat_sym.h
index d887dc126d7217e2e85fcd35bbf32b585ad2ceaf..e46448bd258fac246b18e684d0646ac10d5e069d 100644 (file)
@@ -9,12 +9,6 @@
 
 #include "qat_common.h"
 
-/*
- * This macro rounds up a number to a be a multiple of
- * the alignment when the alignment is a power of 2
- */
-#define ALIGN_POW2_ROUNDUP(num, align) \
-       (((num) + (align) - 1) & ~((align) - 1))
 #define QAT_64_BTYE_ALIGN_MASK (~0x3f)
 
 struct qat_sym_session;