1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 22:20:58 +03:00
openwrt-xburst/target/linux/ixp4xx/patches-3.3/900-ixp4xx-crypto-include-module.h.patch
juhosg 976d0df463 ixp4xx: fix ixp4xx_crypto build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 10:49:23 +00:00

11 lines
290 B
Diff

--- 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>