Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5468f887 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
Cc: linux-pcmcia@lists.infradead.org
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent a1a0bec5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@
#include <linux/io.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/ioport.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <linux/pm.h>
#include <linux/pm.h>
#include <linux/resource.h>
#include <linux/resource.h>