mtd/drivers/mtd/maps ichxrom.c,1.17,1.18

David Woodhouse dwmw2 at infradead.org
Thu Jul 7 06:26:24 EDT 2005


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv5088

Modified Files:
	ichxrom.c 
Log Message:
[MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driver

This prevents it from automatically getting loaded by hotplug because
we happen to notice you have this chipset. Let's stick with having to
load the drivers which let you overwrite your BIOS _manually_


Index: ichxrom.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/ichxrom.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ichxrom.c	18 Mar 2005 14:04:35 -0000	1.17
+++ ichxrom.c	7 Jul 2005 10:26:20 -0000	1.18
@@ -338,9 +338,9 @@
 	{ 0, },
 };
 
+#if 0
 MODULE_DEVICE_TABLE(pci, ichxrom_pci_tbl);
 
-#if 0
 static struct pci_driver ichxrom_driver = {
 	.name =		MOD_NAME,
 	.id_table =	ichxrom_pci_tbl,





More information about the linux-mtd-cvs mailing list