[PATCH] pci: get rid of pci_dev::{vendor,device}_compatible fields

2007-10-25 Thread Lennert Buytenhek
The vendor_compatible and device_compatible fields in struct pci_dev aren't used anywhere, and are somewhat pointless. Assuming that these are historical artifacts, remove them. Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]> diff --git a/include/linux/pci.h b/include/linux/pci.h index

[PATCH] pci: get rid of pci_dev::{vendor,device}_compatible fields

2007-10-25 Thread Lennert Buytenhek
The vendor_compatible and device_compatible fields in struct pci_dev aren't used anywhere, and are somewhat pointless. Assuming that these are historical artifacts, remove them. Signed-off-by: Lennert Buytenhek [EMAIL PROTECTED] diff --git a/include/linux/pci.h b/include/linux/pci.h index