diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 9172cc2a3041..4b7cf4c954fe 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -635,8 +635,7 @@ struct pci_driver { | |||
635 | * DEFINE_PCI_DEVICE_TABLE - macro used to describe a pci device table | 635 | * DEFINE_PCI_DEVICE_TABLE - macro used to describe a pci device table |
636 | * @_table: device table name | 636 | * @_table: device table name |
637 | * | 637 | * |
638 | * This macro is used to create a struct pci_device_id array (a device table) | 638 | * This macro is deprecated and should not be used in new code. |
639 | * in a generic manner. | ||
640 | */ | 639 | */ |
641 | #define DEFINE_PCI_DEVICE_TABLE(_table) \ | 640 | #define DEFINE_PCI_DEVICE_TABLE(_table) \ |
642 | const struct pci_device_id _table[] | 641 | const struct pci_device_id _table[] |