提交 14271a70 编写于 作者: E eric miao 提交者: Russell King

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

Signed-off-by: Neric miao <eric.miao@marvell.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 ae9458d6
...@@ -227,7 +227,7 @@ static int pxa3xx_mfp_resume(struct sys_device *d) ...@@ -227,7 +227,7 @@ static int pxa3xx_mfp_resume(struct sys_device *d)
} }
static struct sysdev_class mfp_sysclass = { static struct sysdev_class mfp_sysclass = {
set_kset_name("mfp"), .name = "mfp",
.suspend = pxa3xx_mfp_suspend, .suspend = pxa3xx_mfp_suspend,
.resume = pxa3xx_mfp_resume, .resume = pxa3xx_mfp_resume,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册