crypto/qat: remove unused macro
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
This commit is contained in:
parent
aa752f0638
commit
64bc4d6a87
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user