[ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclass

Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by eric miao and committed by Russell King 14271a70 ae9458d6

+1 -1
+1 -1
arch/arm/mach-pxa/mfp.c
··· 227 227 } 228 228 229 229 static struct sysdev_class mfp_sysclass = { 230 - set_kset_name("mfp"), 230 + .name = "mfp", 231 231 .suspend = pxa3xx_mfp_suspend, 232 232 .resume = pxa3xx_mfp_resume, 233 233 };