summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorRytchkov Alexey2006-03-22 00:58:53 +0100
committerAdrian Bunk2006-03-22 00:58:53 +0100
commit116f232b3794a8b6ebde21aef5004b18cc1cfa86 (patch)
tree8d9d46605b1109cfbfd1c147dd8afce61a4c2fe7 /include/linux/device.h
parentFix spelling in E1000_DISABLE_PACKET_SPLIT Kconfig description (diff)
downloadkernel-qcow2-linux-116f232b3794a8b6ebde21aef5004b18cc1cfa86.tar.gz
kernel-qcow2-linux-116f232b3794a8b6ebde21aef5004b18cc1cfa86.tar.xz
kernel-qcow2-linux-116f232b3794a8b6ebde21aef5004b18cc1cfa86.zip
fixed path to moved file in include/linux/device.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
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);