diff options
author | Len Brown <len.brown@intel.com> | 2011-08-12 00:13:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-11-06 18:32:45 -0500 |
commit | 22f4521d664030e417f41953e922f61c65f2e189 (patch) | |
tree | 18c1d4115d0bf13be9db289129e16a442c9dd78d /arch/x86 | |
parent | c3b92c8787367a8bb53d57d9789b558f1295cc96 (diff) |
mrst pmu: update comment
referenced MeeGo, in particular, but really means Linux, in general.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86')
-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 9281da7d91b..c0ac06da57a 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[] = { /* 24 */ { 0x4110, 0 }, /* Lincroft */ }; -/* n.b. We ignore PCI-id 0x815 in LSS9 b/c MeeGo has no driver for it */ +/* n.b. We ignore PCI-id 0x815 in LSS9 b/c Linux has no driver for it */ static u16 mrst_lss9_pci_ids[] = {0x080a, 0x0814, 0}; static u16 mrst_lss10_pci_ids[] = {0x0800, 0x0801, 0x0802, 0x0803, 0x0804, 0x0805, 0x080f, 0}; |