aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2015-05-13 17:45:31 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-15 02:57:45 -0400
commit3848d3478669f5d8b3d03dcf758960d2d1870f4a (patch)
tree6dab2bc5e3619c0046c72e72b07681d499edfbd2 /drivers/crypto
parent733a82e24e7aa405b4698bf21e57ec7c77cab2cf (diff)
crypto: qat - rm unneeded header include
Don't need proc_fs.h Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/qat/qat_common/adf_accel_devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_accel_devices.h b/drivers/crypto/qat/qat_common/adf_accel_devices.h
index f22ce7169fa5..5fe902967620 100644
--- a/drivers/crypto/qat/qat_common/adf_accel_devices.h
+++ b/drivers/crypto/qat/qat_common/adf_accel_devices.h
@@ -48,7 +48,6 @@
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/list.h> 50#include <linux/list.h>
51#include <linux/proc_fs.h>
52#include <linux/io.h> 51#include <linux/io.h>
53#include "adf_cfg_common.h" 52#include "adf_cfg_common.h"
54 53