diff options
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 6d2345d86082..f6e72a65a3f2 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -400,7 +400,7 @@ extern struct device * get_device(struct device * dev); | |||
400 | extern void put_device(struct device * dev); | 400 | extern void put_device(struct device * dev); |
401 | 401 | ||
402 | 402 | ||
403 | /* drivers/base/power.c */ | 403 | /* drivers/base/power/shutdown.c */ |
404 | extern void device_shutdown(void); | 404 | extern void device_shutdown(void); |
405 | 405 | ||
406 | 406 | ||