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

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Rytchkov Alexey 2006-03-22 00:58:53 +01:00 committed by Adrian Bunk
parent 9e6b48732d
commit 116f232b37
1 changed files with 1 additions and 1 deletions

View File

@ -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);