Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/pcmcia/xxs1500_ss.c
··· 11 11 #include <linux/io.h> 12 12 #include <linux/ioport.h> 13 13 #include <linux/mm.h> 14 + #include <linux/module.h> 14 15 #include <linux/platform_device.h> 15 16 #include <linux/pm.h> 16 17 #include <linux/resource.h>