mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:40:53 +07:00
arc: export symbol for pm_power_off in reset.c
Need export symbol for it, or can not pass compiling, the related error with allmodconfig: MODPOST 2994 modules ERROR: "pm_power_off" [drivers/mfd/retu-mfd.ko] undefined! ERROR: "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined! Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
8f146d0204
commit
b6fe8e7c01
@ -31,3 +31,4 @@ void machine_power_off(void)
|
||||
}
|
||||
|
||||
void (*pm_power_off) (void) = NULL;
|
||||
EXPORT_SYMBOL(pm_power_off);
|
||||
|
Loading…
Reference in New Issue
Block a user