diff options
author | Allan, Bruce W <bruce.w.allan@intel.com> | 2015-01-09 14:55:20 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-01-13 06:30:47 -0500 |
commit | 6a24efda80f9a434c68e94a1e7853bfe23ed5e70 (patch) | |
tree | 656d36cdb5e3e464482f3972c8bbb29522cdd436 | |
parent | a6bcc1e443420f370881ec0b38aea636c1bf71c7 (diff) |
crypto: qat - remove unnecessary include of atomic.h header file
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | drivers/crypto/qat/qat_common/adf_accel_devices.h | 1 | ||||
-rw-r--r-- | drivers/crypto/qat/qat_common/adf_transport_internal.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_accel_devices.h b/drivers/crypto/qat/qat_common/adf_accel_devices.h index ed226cee6e29..19c0efa29ab3 100644 --- a/drivers/crypto/qat/qat_common/adf_accel_devices.h +++ b/drivers/crypto/qat/qat_common/adf_accel_devices.h | |||
@@ -47,7 +47,6 @@ | |||
47 | #ifndef ADF_ACCEL_DEVICES_H_ | 47 | #ifndef ADF_ACCEL_DEVICES_H_ |
48 | #define ADF_ACCEL_DEVICES_H_ | 48 | #define ADF_ACCEL_DEVICES_H_ |
49 | #include <linux/module.h> | 49 | #include <linux/module.h> |
50 | #include <linux/atomic.h> | ||
51 | #include <linux/list.h> | 50 | #include <linux/list.h> |
52 | #include <linux/proc_fs.h> | 51 | #include <linux/proc_fs.h> |
53 | #include <linux/io.h> | 52 | #include <linux/io.h> |
diff --git a/drivers/crypto/qat/qat_common/adf_transport_internal.h b/drivers/crypto/qat/qat_common/adf_transport_internal.h index c40546079981..a4869627fd57 100644 --- a/drivers/crypto/qat/qat_common/adf_transport_internal.h +++ b/drivers/crypto/qat/qat_common/adf_transport_internal.h | |||
@@ -48,7 +48,6 @@ | |||
48 | #define ADF_TRANSPORT_INTRN_H | 48 | #define ADF_TRANSPORT_INTRN_H |
49 | 49 | ||
50 | #include <linux/interrupt.h> | 50 | #include <linux/interrupt.h> |
51 | #include <linux/atomic.h> | ||
52 | #include <linux/spinlock_types.h> | 51 | #include <linux/spinlock_types.h> |
53 | #include "adf_transport.h" | 52 | #include "adf_transport.h" |
54 | 53 | ||