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-Url: http://drtracing.org/?a=commitdiff_plain;h=116f232b3794a8b6ebde21aef5004b18cc1cfa86;p=deliverable%2Flinux.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 5b595fdfb672..10c1693a2529 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);