ixp4xx: fix ixp4xx_crypto build error
authorGabor Juhos <juhosg@openwrt.org>
Sat, 12 May 2012 10:49:23 +0000 (10:49 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 12 May 2012 10:49:23 +0000 (10:49 +0000)
SVN-Revision: 31679

target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch [new file with mode: 0644]

diff --git a/target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch b/target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch
new file mode 100644 (file)
index 0000000..24c93dc
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/drivers/crypto/ixp4xx_crypto.c
++++ b/drivers/crypto/ixp4xx_crypto.c
+@@ -14,6 +14,7 @@
+ #include <linux/dmapool.h>
+ #include <linux/crypto.h>
+ #include <linux/kernel.h>
++#include <linux/module.h>
+ #include <linux/rtnetlink.h>
+ #include <linux/interrupt.h>
+ #include <linux/spinlock.h>