]> git.karo-electronics.de Git - linux-beck.git/commit
drivers/pcmcia: include <module.h> for modular xxs1500_ss code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:02:31 +0000 (20:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:25 +0000 (14:12 -0400)
commit5468f887bc861b2fe2fa24a44bc6a616a5d33a73
tree70875a74d812a8c61fb5890b7f3b244576f57be0
parenta1a0bec593623f49740d7900e4b862c534f219bf
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>
drivers/pcmcia/xxs1500_ss.c