diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-04-06 06:19:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 22:02:38 -0400 |
commit | ecf36501bc4ad399e6df2e0bdaa513a2d510b7ec (patch) | |
tree | 05319ef120f55c81e798e5eee37b074c3a9890a2 /include/linux/pci.h | |
parent | 5adc55da4a7758021bcc374904b0f8b076508a11 (diff) |
PCI: the overdue removal of pci_module_init()
Unless we finally completely remove it, people will always add new users.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index a15569bf78b5..fbf3766dac1e 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -407,12 +407,6 @@ struct pci_driver { | |||
407 | .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ | 407 | .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ |
408 | .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID | 408 | .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID |
409 | 409 | ||
410 | /* | ||
411 | * pci_module_init is obsolete, this stays here till we fix up all usages of it | ||
412 | * in the tree. | ||
413 | */ | ||
414 | #define pci_module_init pci_register_driver | ||
415 | |||
416 | /** | 410 | /** |
417 | * PCI_VDEVICE - macro used to describe a specific pci device in short form | 411 | * PCI_VDEVICE - macro used to describe a specific pci device in short form |
418 | * @vend: the vendor name | 412 | * @vend: the vendor name |