Commit 4656c707 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[CPUFREQ] Move pci define to pci_ids.h

parent 208b86fa
......@@ -29,10 +29,6 @@
#include <asm/msr.h>
#ifndef PCI_DEVICE_ID_INTEL_82801DB_12
#define PCI_DEVICE_ID_INTEL_82801DB_12 0x24cc
#endif
/* speedstep_chipset:
* It is necessary to know which chipset is used. As accesses to
* this device occur at various places in this module, we need a
......
......@@ -1854,6 +1854,7 @@
#define PCI_DEVICE_ID_INTEL_82801DB_7 0x24c7
#define PCI_DEVICE_ID_INTEL_82801DB_9 0x24cb
#define PCI_DEVICE_ID_INTEL_82801DB_11 PCI_DEVICE_ID_INTEL_82801DB_9
#define PCI_DEVICE_ID_INTEL_82801DB_12 0x24cc
#define PCI_DEVICE_ID_INTEL_82801DB_13 0x24cd
#define PCI_DEVICE_ID_INTEL_82820_HB 0x2500
#define PCI_DEVICE_ID_INTEL_82820_UP_HB 0x2501
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment