i386/x8664: cleanup the shared hpet code
[deliverable/linux.git] / arch / x86 / kernel / hpet.c
index dbe0e1d44113498d6e4bfb4b3ba752ed11619378..078dbc6d80ec6644aab7c296324a2ffc5a1c4ef3 100644 (file)
 unsigned long hpet_address;
 static void __iomem *hpet_virt_address;
 
-/* Temporary hack. Cleanup after x86_64 clock events conversion */
-#undef hpet_readl
-#undef hpet_writel
-
-static inline unsigned long hpet_readl(unsigned long a)
+unsigned long hpet_readl(unsigned long a)
 {
        return readl(hpet_virt_address + a);
 }
This page took 0.025846 seconds and 5 git commands to generate.