diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 14:24:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 14:24:00 +0000 |
commit | ed84ceaa02386efa5eb46ac24abb644a1d176cfd (patch) | |
tree | 526114e349e1ac1ec87992db6e4b12d770b547cf /target/linux/ixp4xx/patches-3.18/900-ixp4xx-crypto-include-module.h.patch | |
parent | ba2d7b9c2b08e8eb65b36e98f1a173548886be06 (diff) | |
download | upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.tar.gz upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.tar.bz2 upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.zip |
ixp4xx: add v3.18 support
Signed-off-by: Your Name <blogic@openwrt.org>
SVN-Revision: 44363
Diffstat (limited to 'target/linux/ixp4xx/patches-3.18/900-ixp4xx-crypto-include-module.h.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-3.18/900-ixp4xx-crypto-include-module.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-3.18/900-ixp4xx-crypto-include-module.h.patch b/target/linux/ixp4xx/patches-3.18/900-ixp4xx-crypto-include-module.h.patch new file mode 100644 index 0000000000..24c93dc741 --- /dev/null +++ b/target/linux/ixp4xx/patches-3.18/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> |