diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-12-17 14:34:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-02-08 14:55:23 -0500 |
commit | dcb71129841e5821c0cbbdd4017a6f202f180108 (patch) | |
tree | 5cfe1f18b9e05ef6cb1bdaa76ac1cbe2b54c1372 /drivers/ieee1394/ohci1394.c | |
parent | 0749aaab4975d741e124c139d40f00853a451f7f (diff) |
Add PCI class ID for firewire OHCI controllers.
Pull this define out of drivers/ieee1394/ohci1394.c and rename to match
other PCI class defines.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 628130a58af3..380212573fb5 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -3634,11 +3634,9 @@ static int ohci1394_pci_resume(struct pci_dev *pdev) | |||
3634 | } | 3634 | } |
3635 | #endif /* CONFIG_PM */ | 3635 | #endif /* CONFIG_PM */ |
3636 | 3636 | ||
3637 | #define PCI_CLASS_FIREWIRE_OHCI ((PCI_CLASS_SERIAL_FIREWIRE << 8) | 0x10) | ||
3638 | |||
3639 | static struct pci_device_id ohci1394_pci_tbl[] = { | 3637 | static struct pci_device_id ohci1394_pci_tbl[] = { |
3640 | { | 3638 | { |
3641 | .class = PCI_CLASS_FIREWIRE_OHCI, | 3639 | .class = PCI_CLASS_SERIAL_FIREWIRE_OHCI, |
3642 | .class_mask = PCI_ANY_ID, | 3640 | .class_mask = PCI_ANY_ID, |
3643 | .vendor = PCI_ANY_ID, | 3641 | .vendor = PCI_ANY_ID, |
3644 | .device = PCI_ANY_ID, | 3642 | .device = PCI_ANY_ID, |