diff options
-rw-r--r-- | arch/x86_64/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/i8259.c b/arch/x86_64/kernel/i8259.c index c6c9791d77c1..a9368d4c4aba 100644 --- a/arch/x86_64/kernel/i8259.c +++ b/arch/x86_64/kernel/i8259.c | |||
@@ -515,7 +515,7 @@ void i8254_timer_resume(void) | |||
515 | } | 515 | } |
516 | 516 | ||
517 | static struct sysdev_class timer_sysclass = { | 517 | static struct sysdev_class timer_sysclass = { |
518 | set_kset_name("timer"), | 518 | set_kset_name("timer_pit"), |
519 | .resume = timer_resume, | 519 | .resume = timer_resume, |
520 | }; | 520 | }; |
521 | 521 | ||