diff options
author | Daniel Walker <dwalker@mvista.com> | 2007-04-25 14:27:06 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-25 14:27:06 -0400 |
commit | 8ce8e2f99a973c39c4aeddbe0966038196a8e71a (patch) | |
tree | 0676d3046ca01ec473ca983b123279b22fd76e17 /drivers/clocksource | |
parent | 0c0e8921018dbb4fe189a1034f80ac32553bc7bc (diff) |
ACPI: correct pathname in comment
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/acpi_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index 5ac309ee7f05..5cfcff532545 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/drivers/clocksource/acpi_pm.c | |||
@@ -26,7 +26,7 @@ | |||
26 | /* | 26 | /* |
27 | * The I/O port the PMTMR resides at. | 27 | * The I/O port the PMTMR resides at. |
28 | * The location is detected during setup_arch(), | 28 | * The location is detected during setup_arch(), |
29 | * in arch/i386/acpi/boot.c | 29 | * in arch/i386/kernel/acpi/boot.c |
30 | */ | 30 | */ |
31 | u32 pmtmr_ioport __read_mostly; | 31 | u32 pmtmr_ioport __read_mostly; |
32 | 32 | ||