Commit 75258723 authored by Michał Wróbel's avatar Michał Wróbel Committed by Herbert Xu

crypto: ixp4xx - include fix

Before commit de477254 ("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: default avatarMichał Wróbel <michal.wrobel@flytronic.pl>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 25c3d30c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment