Browse Source

fixed path to moved file in include/linux/device.h

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Rytchkov Alexey 19 years ago
parent
commit
116f232b37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/device.h

+ 1 - 1
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);