diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index 051474c65b7..055765147dc 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c | |||
@@ -931,7 +931,7 @@ int hpet_alloc(struct hpet_data *hdp) | |||
931 | #ifdef CONFIG_IA64 | 931 | #ifdef CONFIG_IA64 |
932 | if (!hpet_clocksource) { | 932 | if (!hpet_clocksource) { |
933 | hpet_mctr = (void __iomem *)&hpetp->hp_hpet->hpet_mc; | 933 | hpet_mctr = (void __iomem *)&hpetp->hp_hpet->hpet_mc; |
934 | CLKSRC_FSYS_MMIO_SET(clocksource_hpet.fsys_mmio, hpet_mctr); | 934 | clocksource_hpet.archdata.fsys_mmio = hpet_mctr; |
935 | clocksource_register_hz(&clocksource_hpet, hpetp->hp_tick_freq); | 935 | clocksource_register_hz(&clocksource_hpet, hpetp->hp_tick_freq); |
936 | hpetp->hp_clocksource = &clocksource_hpet; | 936 | hpetp->hp_clocksource = &clocksource_hpet; |
937 | hpet_clocksource = &clocksource_hpet; | 937 | hpet_clocksource = &clocksource_hpet; |