Răsfoiți Sursa

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 ani în urmă
părinte
comite
75258723da
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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/spinlock.h>
 #include <linux/gfp.h>
+#include <linux/module.h>
 
 #include <crypto/ctr.h>
 #include <crypto/des.h>