X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fhpet.h;h=82f1ac641bd73214115fe7baff23e35153cfd5f0;hb=56397f8dadb40055479a8ffff23f21a890098a31;hp=6a9b4ac59bf717c321f6e10d8c74a9e2796e0c31;hpb=5bdeae46be6dfe9efa44a548bd622af325f4bdb4;p=linux-2.6 diff --git a/include/asm-x86/hpet.h b/include/asm-x86/hpet.h index 6a9b4ac59b..82f1ac641b 100644 --- a/include/asm-x86/hpet.h +++ b/include/asm-x86/hpet.h @@ -86,8 +86,8 @@ extern void hpet_unregister_irq_handler(rtc_irq_handler handler); #else /* CONFIG_HPET_TIMER */ static inline int hpet_enable(void) { return 0; } -static inline unsigned long hpet_readl(unsigned long a) { return 0; } static inline int is_hpet_enabled(void) { return 0; } +#define hpet_readl(a) 0 #endif #endif /* ASM_X86_HPET_H */