|
@@ -188,7 +188,7 @@ Signed-off-by: Maxime Bizon <[email protected]>
|
|
|
obj-$(CONFIG_OMAP_CF) += omap_cf.o
|
|
obj-$(CONFIG_OMAP_CF) += omap_cf.o
|
|
|
--- /dev/null
|
|
--- /dev/null
|
|
|
+++ b/drivers/pcmcia/bcm63xx_pcmcia.c
|
|
+++ 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
|
|
+ * 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
|
|
+ * License. See the file "COPYING" in the main directory of this archive
|
|
@@ -670,6 +670,7 @@ Signed-off-by: Maxime Bizon <[email protected]>
|
|
|
+ .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
|
|
+ .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
|
|
|
+ .class_mask = ~0,
|
|
+ .class_mask = ~0,
|
|
|
+ },
|
|
+ },
|
|
|
|
|
++ {}
|
|
|
+};
|
|
+};
|
|
|
+
|
|
+
|
|
|
+MODULE_DEVICE_TABLE(pci, bcm63xx_cb_table);
|
|
+MODULE_DEVICE_TABLE(pci, bcm63xx_cb_table);
|