[PATCH] PCI: Kill duplicate definition of INTEL_82801DB_10
Linux Kernel Mailing List <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1571, 2005/01/24 07:36:05-02:00, [email protected] [PATCH] PCI: Kill duplicate definition of INTEL_82801DB_10 I noticed that PCI_DEVICE_ID_INTEL_82801DB_10 is currently defined twice in linux-2.4.29/include/linux/pci_ids.h. The trivial patch below kills the second definition. Signed-off-by: Jean Delvare <[email protected]> pci_ids.h | 1 - 1 files changed, 1 deletion(-) diff -Nru a/include/linux/pci_ids.h b/include/linux/pci_ids.h --- a/include/linux/pci_ids.h 2005-01-30 15:36:08 -08:00 +++ b/include/linux/pci_ids.h 2005-01-30 15:36:08 -08:00 @@ -1937,7 +1937,6 @@ #define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d5 #define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d6 #define PCI_DEVICE_ID_INTEL_82801EB_7 0x24d7 -#define PCI_DEVICE_ID_INTEL_82801DB_10 0x24ca #define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db #define PCI_DEVICE_ID_INTEL_82801EB_13 0x24dd #define PCI_DEVICE_ID_INTEL_ESB_0 0x25a0