[PATCH 6/6] pci.h: Delete Replace pci_module_init()

From: Richard Knutsson
Date: Tue Nov 29 2005 - 19:00:38 EST


From: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx>

Deleting no-longer-needed pci_module_init().

Need previous patches in the serie to be implemented.

Signed-off-by: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx>

---

pci.h | 6 ------
1 files changed, 6 deletions(-)

diff -Narup a/include/linux/pci.h b/include/linux/pci.h
--- a/include/linux/pci.h 2005-11-29 11:09:05.000000000 +0100
+++ b/include/linux/pci.h 2005-11-29 19:14:07.000000000 +0100
@@ -277,12 +277,6 @@ struct pci_driver {
.vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
.subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID

-/*
- * pci_module_init is obsolete, this stays here till we fix up all usages of it
- * in the tree.
- */
-#define pci_module_init pci_register_driver
-
/* these external functions are only available when PCI support is enabled */
#ifdef CONFIG_PCI

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/