From: Rytchkov Alexey Date: Tue, 21 Mar 2006 23:58:53 +0000 (+0100) Subject: fixed path to moved file in include/linux/device.h X-Git-Tag: v2.6.17-rc1~732^2~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=116f232b3794a8b6ebde21aef5004b18cc1cfa86;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git fixed path to moved file in include/linux/device.h Signed-off-by: Adrian Bunk --- diff --git a/include/linux/device.h b/include/linux/device.h index 5b595fd..10c1693 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -399,7 +399,7 @@ extern struct device * get_device(struct device * dev); extern void put_device(struct device * dev); -/* drivers/base/power.c */ +/* drivers/base/power/shutdown.c */ extern void device_shutdown(void);