diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-01-02 17:27:33 +0100 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-01-17 18:30:13 +0100 |
commit | 57197b9b7712eb19f5344c466e8aefbac1adbe55 (patch) | |
tree | 077772a4b8ef4b4a4210f3b48a343d76e6368ff0 /include/pcmcia | |
parent | 88b060d6c03fcb9e4d2018b4349954c4242a5c7f (diff) | |
download | linux-57197b9b7712eb19f5344c466e8aefbac1adbe55.tar.gz linux-57197b9b7712eb19f5344c466e8aefbac1adbe55.tar.bz2 linux-57197b9b7712eb19f5344c466e8aefbac1adbe55.zip |
pcmcia: CardBus doesn't need CIS access
At least no in-kernel CardBus-capable PCI driver makes use of the CIS
access functions. Therefore, it seems sensible to remove this unused
code, and cleanup cardbus.c a lot.
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
CC: Linus Torvalds <torvalds@linux-foundation.org>
Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/ss.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index b0ebd11130cc..b4e5cfd49ce1 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h @@ -244,12 +244,6 @@ struct pcmcia_socket { #endif /* CONFIG_PCMCIA_IOCTL */ #endif /* CONFIG_PCMCIA */ - /* cardbus (32-bit) */ -#ifdef CONFIG_CARDBUS - struct resource *cb_cis_res; - void __iomem *cb_cis_virt; -#endif /* CONFIG_CARDBUS */ - /* socket device */ struct device dev; /* data internal to the socket driver */ |