[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>
This commit is contained in:
eric miao 2008-01-29 08:57:45 +08:00 committed by Russell King
parent ae9458d6a0
commit 14271a705a

View file

@ -227,7 +227,7 @@ static int pxa3xx_mfp_resume(struct sys_device *d)
}
static struct sysdev_class mfp_sysclass = {
set_kset_name("mfp"),
.name = "mfp",
.suspend = pxa3xx_mfp_suspend,
.resume = pxa3xx_mfp_resume,
};