diff options
Diffstat (limited to 'arch/i386/kernel/hpet.c')
-rw-r--r-- | arch/i386/kernel/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/hpet.c b/arch/i386/kernel/hpet.c index 91a5bdd9f604..23e7d2c5d253 100644 --- a/arch/i386/kernel/hpet.c +++ b/arch/i386/kernel/hpet.c | |||
@@ -61,7 +61,7 @@ static int __init init_hpet_clocksource(void) | |||
61 | do_div(tmp, FSEC_PER_NSEC); | 61 | do_div(tmp, FSEC_PER_NSEC); |
62 | clocksource_hpet.mult = (u32)tmp; | 62 | clocksource_hpet.mult = (u32)tmp; |
63 | 63 | ||
64 | return register_clocksource(&clocksource_hpet); | 64 | return clocksource_register(&clocksource_hpet); |
65 | } | 65 | } |
66 | 66 | ||
67 | module_init(init_hpet_clocksource); | 67 | module_init(init_hpet_clocksource); |