X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2Fkernel%2Ftime.c;h=2bc04bfee73891045e92df6506287aa5ce1e102b;hb=af5ca3f4ec5cc4432a42a73b050dd8898ce8fd00;hp=a3a67d151e520285b08c7fd58cc93d618e079fe6;hpb=528a4bf1d5ffed310d26fc1d82d45c02949f71cf;p=linux-2.6-omap-h63xx.git diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c index a3a67d151e5..2bc04bfee73 100644 --- a/arch/sh/kernel/time.c +++ b/arch/sh/kernel/time.c @@ -174,7 +174,7 @@ int timer_resume(struct sys_device *dev) #endif static struct sysdev_class timer_sysclass = { - set_kset_name("timer"), + .name = "timer", .suspend = timer_suspend, .resume = timer_resume, };