All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: qat - rm unneeded header include
@ 2015-05-13 21:45 Tadeusz Struk
  2015-05-15  7:02 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Tadeusz Struk @ 2015-05-13 21:45 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, davem, tadeusz.struk

Don't need proc_fs.h

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
---
 drivers/crypto/qat/qat_common/adf_accel_devices.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_common/adf_accel_devices.h b/drivers/crypto/qat/qat_common/adf_accel_devices.h
index f22ce71..5fe9029 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 @@
 #define ADF_ACCEL_DEVICES_H_
 #include <linux/module.h>
 #include <linux/list.h>
-#include <linux/proc_fs.h>
 #include <linux/io.h>
 #include "adf_cfg_common.h"
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: qat - rm unneeded header include
  2015-05-13 21:45 [PATCH] crypto: qat - rm unneeded header include Tadeusz Struk
@ 2015-05-15  7:02 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-05-15  7:02 UTC (permalink / raw)
  To: Tadeusz Struk; +Cc: linux-crypto, davem

On Wed, May 13, 2015 at 02:45:31PM -0700, Tadeusz Struk wrote:
> Don't need proc_fs.h
> 
> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-15  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13 21:45 [PATCH] crypto: qat - rm unneeded header include Tadeusz Struk
2015-05-15  7:02 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.