mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 18:04:36 +00:00
[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: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
eb1f7d10d6
commit
140749e2bf
@ -259,7 +259,7 @@ static int bast_pm_resume(struct sys_device *sd)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct sysdev_class bast_pm_sysclass = {
|
static struct sysdev_class bast_pm_sysclass = {
|
||||||
set_kset_name("mach-bast"),
|
.name = "mach-bast",
|
||||||
.suspend = bast_pm_suspend,
|
.suspend = bast_pm_suspend,
|
||||||
.resume = bast_pm_resume,
|
.resume = bast_pm_resume,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user