You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
270 B
13 lines
270 B
5 years ago
|
diff --git a/kernel/reboot.c b/kernel/reboot.c
|
||
|
index bd30a97..a6903bf 100644
|
||
|
--- a/kernel/reboot.c
|
||
|
+++ b/kernel/reboot.c
|
||
|
@@ -49,6 +49,7 @@
|
||
|
*/
|
||
|
|
||
|
void (*pm_power_off_prepare)(void);
|
||
|
+EXPORT_SYMBOL(pm_power_off_prepare);
|
||
|
|
||
|
/**
|
||
|
* emergency_restart - reboot the system
|