From: Daniel Walker Date: Wed, 25 Apr 2007 18:27:06 +0000 (-0400) Subject: ACPI: correct pathname in comment X-Git-Tag: v2.6.22-rc1~1112^2~4^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ce8e2f99a973c39c4aeddbe0966038196a8e71a;p=karo-tx-linux.git ACPI: correct pathname in comment Signed-off-by: Daniel Walker Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- 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 @@ /* * The I/O port the PMTMR resides at. * The location is detected during setup_arch(), - * in arch/i386/acpi/boot.c + * in arch/i386/kernel/acpi/boot.c */ u32 pmtmr_ioport __read_mostly;