summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-12 10:49:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-12 10:49:23 +0000
commit4f6acae5f796b90364ebccdee3121520545b4404 (patch)
treeb72f04ceeb8b4cf427ba9b93715b59769e8a9ce6 /target/linux/ixp4xx
parentd7bb955e45b73c548280b74b4c38f4b268c287fe (diff)
downloadmaster-31e0f0ae-4f6acae5f796b90364ebccdee3121520545b4404.tar.gz
master-31e0f0ae-4f6acae5f796b90364ebccdee3121520545b4404.tar.bz2
master-31e0f0ae-4f6acae5f796b90364ebccdee3121520545b4404.zip
ixp4xx: fix ixp4xx_crypto build error
SVN-Revision: 31679
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r--target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch10
1 files changed, 10 insertions, 0 deletions
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
index 0000000000..24c93dc741
--- /dev/null
+++ b/target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch
@@ -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>