Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: qat - add bits.h to icp_qat_hw.h

Some enums use the macro BIT. Include bits.h as it is missing.

Signed-off-by: Damian Muszynski <damian.muszynski@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Tero Kristo <tero.kristo@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Damian Muszynski and committed by
Herbert Xu
02e7f67c e8eed5f7

+2
+2
drivers/crypto/intel/qat/qat_common/icp_qat_hw.h
··· 3 3 #ifndef _ICP_QAT_HW_H_ 4 4 #define _ICP_QAT_HW_H_ 5 5 6 + #include <linux/bits.h> 7 + 6 8 enum icp_qat_hw_ae_id { 7 9 ICP_QAT_HW_AE_0 = 0, 8 10 ICP_QAT_HW_AE_1 = 1,