|
@@ -682,15 +682,6 @@ struct pci_driver {
|
|
|
|
|
|
#define to_pci_driver(drv) container_of(drv, struct pci_driver, driver)
|
|
|
|
|
|
-/**
|
|
|
- * DEFINE_PCI_DEVICE_TABLE - macro used to describe a pci device table
|
|
|
- * @_table: device table name
|
|
|
- *
|
|
|
- * This macro is deprecated and should not be used in new code.
|
|
|
- */
|
|
|
-#define DEFINE_PCI_DEVICE_TABLE(_table) \
|
|
|
- const struct pci_device_id _table[]
|
|
|
-
|
|
|
/**
|
|
|
* PCI_DEVICE - macro used to describe a specific pci device
|
|
|
* @vend: the 16 bit PCI Vendor ID
|