commit | 10d7425d201e866ee0c57424860e06118dae2500 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Wed Nov 21 15:07:07 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 15:04:21 2008 -0800 |
tree | ceeb58232dda69b88915da3c2c9db4ad8545abf0 | |
parent | 74e27e44b0407fb1f6e8d1f7b7818f108463c4b8 [diff] |
PCI: get rid of pci_dev::{vendor,device}_compatible fields 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 <buytenh@wantstofly.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>