Skip to content

Commit

Permalink
[ARM] 5005/1: BAST: Fix kset_name initialiser
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Apr 19, 2008
1 parent eb1f7d1 commit 140749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 140749e

Please sign in to comment.