aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-11 14:15:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-11 14:15:10 +0100
commitb2c08ba27fe9940e5338cf1852d54a4588f80370 (patch)
tree22c87a65c2041ab6b3610422902398c44d454501 /drivers/pcmcia
parentLinux 4.0-rc3 (diff)
downloadlinux-dev-b2c08ba27fe9940e5338cf1852d54a4588f80370.tar.xz
linux-dev-b2c08ba27fe9940e5338cf1852d54a4588f80370.zip
Revert "pcmcia: add missing include for new pci resource handler"
This reverts commit d885d4f3728f386034bb2f7a61b7f2054c49b2d4 as the patch that it fixes is about to be reverted. Reported-by: Alan Cox <alan@linux.intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Jim Davis <jim.epost@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r--drivers/pcmcia/rsrc_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/rsrc_pci.c b/drivers/pcmcia/rsrc_pci.c
index 1f67b3ba70fb..d11b7d408ed6 100644
--- a/drivers/pcmcia/rsrc_pci.c
+++ b/drivers/pcmcia/rsrc_pci.c
@@ -1,7 +1,6 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kernel.h>
-#include <linux/pci.h>
#include <pcmcia/ss.h>
#include <pcmcia/cistpl.h>