diff options
Diffstat (limited to 'arch/x86/platform/mrst/pmu.c')
-rw-r--r-- | arch/x86/platform/mrst/pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/mrst/pmu.c b/arch/x86/platform/mrst/pmu.c index 9281da7d91bd..c0ac06da57ac 100644 --- a/arch/x86/platform/mrst/pmu.c +++ b/arch/x86/platform/mrst/pmu.c | |||
@@ -70,7 +70,7 @@ static struct mrst_device mrst_devs[] = { | |||
70 | /* 24 */ { 0x4110, 0 }, /* Lincroft */ | 70 | /* 24 */ { 0x4110, 0 }, /* Lincroft */ |
71 | }; | 71 | }; |
72 | 72 | ||
73 | /* n.b. We ignore PCI-id 0x815 in LSS9 b/c MeeGo has no driver for it */ | 73 | /* n.b. We ignore PCI-id 0x815 in LSS9 b/c Linux has no driver for it */ |
74 | static u16 mrst_lss9_pci_ids[] = {0x080a, 0x0814, 0}; | 74 | static u16 mrst_lss9_pci_ids[] = {0x080a, 0x0814, 0}; |
75 | static u16 mrst_lss10_pci_ids[] = {0x0800, 0x0801, 0x0802, 0x0803, | 75 | static u16 mrst_lss10_pci_ids[] = {0x0800, 0x0801, 0x0802, 0x0803, |
76 | 0x0804, 0x0805, 0x080f, 0}; | 76 | 0x0804, 0x0805, 0x080f, 0}; |