diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2007-11-28 17:02:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:16 -0500 |
commit | 5ac5d616327bdbdf632bdf4dc9ae09477f79b6b3 (patch) | |
tree | 4c118a77b2b185833ed06ada6838ab1113c74551 /include | |
parent | e6a9ea105222ad588d680b5e67dddb02dad3667a (diff) |
r6040: cleanups
- whitespaces vs tabs
- use 80 cols
- use if_mii
- use netdev_priv
- remove useless cast to void *
- PCI device id does not need to be globally available
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 1280b0c726ea..6b4a132bf861 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2111,7 +2111,6 @@ | |||
2111 | #define PCI_DEVICE_ID_HERC_UNI 0x5832 | 2111 | #define PCI_DEVICE_ID_HERC_UNI 0x5832 |
2112 | 2112 | ||
2113 | #define PCI_VENDOR_ID_RDC 0x17f3 | 2113 | #define PCI_VENDOR_ID_RDC 0x17f3 |
2114 | #define PCI_DEVICE_ID_RDC_R6040 0x6040 | ||
2115 | 2114 | ||
2116 | #define PCI_VENDOR_ID_SITECOM 0x182d | 2115 | #define PCI_VENDOR_ID_SITECOM 0x182d |
2117 | #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069 | 2116 | #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069 |