diff options
author | Rytchkov Alexey <lilo0@nm.ru> | 2006-03-21 18:58:53 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-21 18:58:53 -0500 |
commit | 116f232b3794a8b6ebde21aef5004b18cc1cfa86 (patch) | |
tree | 8d9d46605b1109cfbfd1c147dd8afce61a4c2fe7 /include/linux/device.h | |
parent | 9e6b48732d53bd986178bca3bce18d2329e4b0ca (diff) |
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.h | 2 |
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); | |||
399 | extern void put_device(struct device * dev); | 399 | extern void put_device(struct device * dev); |
400 | 400 | ||
401 | 401 | ||
402 | /* drivers/base/power.c */ | 402 | /* drivers/base/power/shutdown.c */ |
403 | extern void device_shutdown(void); | 403 | extern void device_shutdown(void); |
404 | 404 | ||
405 | 405 | ||