[ARM] pxa: remove useless pxa_pm_finish() function
[powerpc.git] / arch / arm / common / sharpsl_pm.c
index 3bf3a92..62cb508 100644 (file)
@@ -768,7 +768,6 @@ static void sharpsl_apm_get_power_status(struct apm_power_info *info)
 static struct pm_ops sharpsl_pm_ops = {
        .prepare        = pxa_pm_prepare,
        .enter          = corgi_pxa_pm_enter,
-       .finish         = pxa_pm_finish,
        .valid          = pm_valid_only_mem,
 };