diff options
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 1b4b53d6d925..ba10203725c1 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -169,9 +169,6 @@ static inline struct fw_ohci *fw_ohci(struct fw_card *card) | |||
169 | #define OHCI1394_PCI_HCI_Control 0x40 | 169 | #define OHCI1394_PCI_HCI_Control 0x40 |
170 | #define SELF_ID_BUF_SIZE 0x800 | 170 | #define SELF_ID_BUF_SIZE 0x800 |
171 | 171 | ||
172 | /* FIXME: Move this to linux/pci_ids.h */ | ||
173 | #define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c0010 | ||
174 | |||
175 | static char ohci_driver_name[] = KBUILD_MODNAME; | 172 | static char ohci_driver_name[] = KBUILD_MODNAME; |
176 | 173 | ||
177 | static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) | 174 | static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) |