diff options
| -rw-r--r-- | arch/x86/kernel/quirks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c index 309949e9e1c1..697d1b78cfbf 100644 --- a/arch/x86/kernel/quirks.c +++ b/arch/x86/kernel/quirks.c | |||
| @@ -172,7 +172,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH8_4, | |||
| 172 | ich_force_enable_hpet); | 172 | ich_force_enable_hpet); |
| 173 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_7, | 173 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_7, |
| 174 | ich_force_enable_hpet); | 174 | ich_force_enable_hpet); |
| 175 | 175 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x3a16, /* ICH10 */ | |
| 176 | ich_force_enable_hpet); | ||
| 176 | 177 | ||
| 177 | static struct pci_dev *cached_dev; | 178 | static struct pci_dev *cached_dev; |
| 178 | 179 | ||
