diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 10:49:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 10:49:23 +0000 |
commit | c267904494c39ede5d127ecfedcdabfcb7cfb779 (patch) | |
tree | f6a4f5bf1b670f4666868aee2540159027323a13 | |
parent | f70f922c5689b34eb4ffa6a269c517d1935596a1 (diff) | |
download | master-187ad058-c267904494c39ede5d127ecfedcdabfcb7cfb779.tar.gz master-187ad058-c267904494c39ede5d127ecfedcdabfcb7cfb779.tar.bz2 master-187ad058-c267904494c39ede5d127ecfedcdabfcb7cfb779.zip |
ixp4xx: fix ixp4xx_crypto build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31679 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch | 10 |
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> |