diff options
Diffstat (limited to 'arch/avr32/kernel/time.c')
-rw-r--r-- | arch/avr32/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c index 7014a3571ec0..36a46c3ae308 100644 --- a/arch/avr32/kernel/time.c +++ b/arch/avr32/kernel/time.c | |||
@@ -214,7 +214,7 @@ void __init time_init(void) | |||
214 | } | 214 | } |
215 | 215 | ||
216 | static struct sysdev_class timer_class = { | 216 | static struct sysdev_class timer_class = { |
217 | set_kset_name("timer"), | 217 | .name = "timer", |
218 | }; | 218 | }; |
219 | 219 | ||
220 | static struct sys_device timer_device = { | 220 | static struct sys_device timer_device = { |