commit | 116f232b3794a8b6ebde21aef5004b18cc1cfa86 | [log] [tgz] |
---|---|---|
author | Rytchkov Alexey <lilo0@nm.ru> | Wed Mar 22 00:58:53 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Wed Mar 22 00:58:53 2006 +0100 |
tree | 8d9d46605b1109cfbfd1c147dd8afce61a4c2fe7 | |
parent | 9e6b48732d53bd986178bca3bce18d2329e4b0ca [diff] |
fixed path to moved file in include/linux/device.h Signed-off-by: Adrian Bunk <bunk@stusta.de>
diff --git a/include/linux/device.h b/include/linux/device.h index 5b595fd..10c1693 100644 --- a/include/linux/device.h +++ b/include/linux/device.h
@@ -399,7 +399,7 @@ extern void put_device(struct device * dev); -/* drivers/base/power.c */ +/* drivers/base/power/shutdown.c */ extern void device_shutdown(void);