diff --git a/drivers/parisc/power.c b/drivers/parisc/power.c index e2a3112f1c98efc6d0e3d8c0de116348088d97a3..ebaf6867b4570549411cac12709fbe9c0cc86670 100644 --- a/drivers/parisc/power.c +++ b/drivers/parisc/power.c @@ -95,8 +95,7 @@ static void process_shutdown(void) /* send kill signal */ if (kill_cad_pid(SIGINT, 1)) { /* just in case killing init process failed */ - if (pm_power_off) - pm_power_off(); + machine_power_off(); } } }