mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
ed84ceaa02
Signed-off-by: Your Name <blogic@openwrt.org> SVN-Revision: 44363
11 lines
290 B
Diff
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>
|