diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-05 21:33:21 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-05 21:33:21 +0000 |
commit | a887f3a0a3757df5f8eb79045a60d65d4c505b98 (patch) | |
tree | be40571d173929962a191f4a664950feac26eddb /target/linux/ixp4xx/patches-4.1/900-ixp4xx-crypto-include-module.h.patch | |
parent | fc3cda695cf056bdabea11452d0bf699f877811b (diff) | |
download | upstream-a887f3a0a3757df5f8eb79045a60d65d4c505b98.tar.gz upstream-a887f3a0a3757df5f8eb79045a60d65d4c505b98.tar.bz2 upstream-a887f3a0a3757df5f8eb79045a60d65d4c505b98.zip |
ixp4xx: add linux 4.1 support
Compile tested only.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46189
Diffstat (limited to 'target/linux/ixp4xx/patches-4.1/900-ixp4xx-crypto-include-module.h.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-4.1/900-ixp4xx-crypto-include-module.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-4.1/900-ixp4xx-crypto-include-module.h.patch b/target/linux/ixp4xx/patches-4.1/900-ixp4xx-crypto-include-module.h.patch new file mode 100644 index 0000000000..24c93dc741 --- /dev/null +++ b/target/linux/ixp4xx/patches-4.1/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> |