From cb126cd576724db0bf8e1abf6dce2ecb764169da Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 15 Nov 2008 11:26:23 +0000 Subject: Package bcm63xx-pcmcia kernel module and fix compilation SVN-Revision: 13212 --- target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch b/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch index 02fa854cba..5376cdeadc 100644 --- a/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch +++ b/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch @@ -188,7 +188,7 @@ Signed-off-by: Maxime Bizon obj-$(CONFIG_OMAP_CF) += omap_cf.o --- /dev/null +++ b/drivers/pcmcia/bcm63xx_pcmcia.c -@@ -0,0 +1,521 @@ +@@ -0,0 +1,522 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -670,6 +670,7 @@ Signed-off-by: Maxime Bizon + .class = PCI_CLASS_BRIDGE_CARDBUS << 8, + .class_mask = ~0, + }, ++ {} +}; + +MODULE_DEVICE_TABLE(pci, bcm63xx_cb_table); -- cgit v1.2.3