On Mon, Jan 24, 2011 at 11:15:52AM +0100, Sven Neumann wrote: > static struct pxa_cpu_pm_fns pxa3xx_cpu_pm_fns = { > + .save = pxa3xx_cpu_pm_save, > + .restore = pxa3xx_cpu_pm_restore, Indentation error. > .valid = pxa3xx_cpu_pm_valid, > .enter = pxa3xx_cpu_pm_enter, > }; k