aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c2410/mach-bast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c
index 518727d0dfcc..661a2358ac22 100644
--- a/arch/arm/mach-s3c2410/mach-bast.c
+++ b/arch/arm/mach-s3c2410/mach-bast.c
@@ -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,
};