[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45D25DE0.3090601@student.ltu.se>
Date: Wed, 14 Feb 2007 01:54:56 +0100
From: Richard Knutsson <ricknu-0@...dent.ltu.se>
To: Ryan Jackson <rjackson@...i.com>, Dave Olsen <dolsen@...i.com>,
David Woodhouse <dwmw2@...radead.org>
CC: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mtd/maps/ck804xrom.c: Remove #if 0'ed code
Remove #if 0'ed code (to get rid of pci_module_init()).
Signed-off-by: Richard Knutsson <ricknu-0@...dent.ltu.se>
---
Compile-tested with "allyes", "allmod" & "allno" on i386
More suitable description, sorry for the noise
diff --git a/drivers/mtd/maps/ck804xrom.c b/drivers/mtd/maps/ck804xrom.c
index 238d42e..1998172 100644
--- a/drivers/mtd/maps/ck804xrom.c
+++ b/drivers/mtd/maps/ck804xrom.c
@@ -310,15 +310,6 @@ static struct pci_device_id ck804xrom_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, ck804xrom_pci_tbl);
-#if 0
-static struct pci_driver ck804xrom_driver = {
- .name = MOD_NAME,
- .id_table = ck804xrom_pci_tbl,
- .probe = ck804xrom_init_one,
- .remove = ck804xrom_remove_one,
-};
-#endif
-
static int __init init_ck804xrom(void)
{
struct pci_dev *pdev;
@@ -337,9 +328,6 @@ static int __init init_ck804xrom(void)
return retVal;
}
return -ENXIO;
-#if 0
- return pci_module_init(&ck804xrom_driver);
-#endif
}
static void __exit cleanup_ck804xrom(void)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists