crypto: qat - remove unnecessary include of atomic.h header file
authorAllan, Bruce W <bruce.w.allan@intel.com>
Fri, 9 Jan 2015 19:55:20 +0000 (11:55 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 Jan 2015 11:30:47 +0000 (22:30 +1100)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_common/adf_accel_devices.h
drivers/crypto/qat/qat_common/adf_transport_internal.h

index ed226cee6e29753af86db20d48398a8c8d219b2d..19c0efa29ab352eeaf8d9ba27ffb4f9098c00f47 100644 (file)
@@ -47,7 +47,6 @@
 #ifndef ADF_ACCEL_DEVICES_H_
 #define ADF_ACCEL_DEVICES_H_
 #include <linux/module.h>
-#include <linux/atomic.h>
 #include <linux/list.h>
 #include <linux/proc_fs.h>
 #include <linux/io.h>
index c40546079981e61023558b25a272f7cf55de511e..a4869627fd57e1d728c24bca9cebf2b9a3c1f4e4 100644 (file)
@@ -48,7 +48,6 @@
 #define ADF_TRANSPORT_INTRN_H
 
 #include <linux/interrupt.h>
-#include <linux/atomic.h>
 #include <linux/spinlock_types.h>
 #include "adf_transport.h"
 
This page took 0.026335 seconds and 5 git commands to generate.