diff options
author | Ted Hess <thess@kitschensync.net> | 2017-11-18 08:21:38 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-11-18 08:21:38 -0500 |
commit | 358df5e4fc378d8c20ad4a0983fa6ccba17212b6 (patch) | |
tree | 01d4969090e45e943e7a7453129e98692229e5e8 /target/linux/ixp4xx/patches-4.9/900-ixp4xx-crypto-include-module.h.patch | |
parent | 6fcf4228d8f8ff6d9505490a7e9bddbebb11f00f (diff) | |
download | upstream-358df5e4fc378d8c20ad4a0983fa6ccba17212b6.tar.gz upstream-358df5e4fc378d8c20ad4a0983fa6ccba17212b6.tar.bz2 upstream-358df5e4fc378d8c20ad4a0983fa6ccba17212b6.zip |
ixp4xx: Update to 4.9 kernel, refresh patches. Remove kmod-spi-gpio-old usage.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'target/linux/ixp4xx/patches-4.9/900-ixp4xx-crypto-include-module.h.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-4.9/900-ixp4xx-crypto-include-module.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-4.9/900-ixp4xx-crypto-include-module.h.patch b/target/linux/ixp4xx/patches-4.9/900-ixp4xx-crypto-include-module.h.patch new file mode 100644 index 0000000000..24c93dc741 --- /dev/null +++ b/target/linux/ixp4xx/patches-4.9/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> |