aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/mfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/mfp.c b/arch/arm/mach-pxa/mfp.c
index ec1b2d8f61c4..6ce35041c7ed 100644
--- a/arch/arm/mach-pxa/mfp.c
+++ b/arch/arm/mach-pxa/mfp.c
@@ -227,7 +227,7 @@ static int pxa3xx_mfp_resume(struct sys_device *d)
227} 227}
228 228
229static struct sysdev_class mfp_sysclass = { 229static struct sysdev_class mfp_sysclass = {
230 set_kset_name("mfp"), 230 .name = "mfp",
231 .suspend = pxa3xx_mfp_suspend, 231 .suspend = pxa3xx_mfp_suspend,
232 .resume = pxa3xx_mfp_resume, 232 .resume = pxa3xx_mfp_resume,
233}; 233};