diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-11 09:15:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-11 09:15:10 -0400 |
commit | b2c08ba27fe9940e5338cf1852d54a4588f80370 (patch) | |
tree | 22c87a65c2041ab6b3610422902398c44d454501 | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) |
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>
-rw-r--r-- | drivers/pcmcia/rsrc_pci.c | 1 |
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 @@ | |||
1 | #include <linux/slab.h> | 1 | #include <linux/slab.h> |
2 | #include <linux/module.h> | 2 | #include <linux/module.h> |
3 | #include <linux/kernel.h> | 3 | #include <linux/kernel.h> |
4 | #include <linux/pci.h> | ||
5 | 4 | ||
6 | #include <pcmcia/ss.h> | 5 | #include <pcmcia/ss.h> |
7 | #include <pcmcia/cistpl.h> | 6 | #include <pcmcia/cistpl.h> |