1
0
Fork 0

drivers/pcmcia: include <module.h> for modular xxs1500_ss code

This file is built off of a tristate Kconfig option and also contains
modular function calls so it should explicitly include module.h to
avoid compile breakage during header shuffles done in the future.

Cc: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-pcmcia@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
steinar/wifi_calib_4_9_kernel
Paul Gortmaker 2015-05-01 20:02:31 -04:00
parent a1a0bec593
commit 5468f887bc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/pm.h>
#include <linux/resource.h>