浏览代码

crypto: ixp4xx - include fix

Before commit de47725421ad5627a5c905f4e40bb844ebc06d29 ("include: replace
linux/module.h with "struct module" wherever possible") <linux/module.h> was
implicitly included through <linux/platform_device.h> -> <linux/device.h>.

Signed-off-by: Michał Wróbel <michal.wrobel@flytronic.pl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Michał Wróbel 13 年之前
父节点
当前提交
75258723da
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/crypto/ixp4xx_crypto.c

+ 1 - 0
drivers/crypto/ixp4xx_crypto.c

@@ -18,6 +18,7 @@
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
 #include <linux/spinlock.h>
 #include <linux/spinlock.h>
 #include <linux/gfp.h>
 #include <linux/gfp.h>
+#include <linux/module.h>
 
 
 #include <crypto/ctr.h>
 #include <crypto/ctr.h>
 #include <crypto/des.h>
 #include <crypto/des.h>