提交 140749e2 编写于 作者: B Ben Dooks 提交者: Russell King

[ARM] 5005/1: BAST: Fix kset_name initialiser

Fix the pm sys device .name initialiser which was
missed when updating the last patch submission.
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 eb1f7d10
......@@ -259,7 +259,7 @@ static int bast_pm_resume(struct sys_device *sd)
#endif
static struct sysdev_class bast_pm_sysclass = {
set_kset_name("mach-bast"),
.name = "mach-bast",
.suspend = bast_pm_suspend,
.resume = bast_pm_resume,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册