diff --git a/arch/arm/kernel/reboot.c b/arch/arm/kernel/reboot.c index 2cb943422554eddbbf65a260dfdc8c37cbf55034..19176ea0ea37fd29688ca05b49924895178fe71e 100644 --- a/arch/arm/kernel/reboot.c +++ b/arch/arm/kernel/reboot.c @@ -15,12 +15,6 @@ typedef void (*phys_reset_t)(unsigned long, bool); -/* - * Function pointers to optional machine specific functions - */ -void (*pm_power_off)(void); -EXPORT_SYMBOL(pm_power_off); - /* * A temporary stack to use for CPU reset. This is static so that we * don't clobber it with the identity mapping. When running with this