* [PATCH] x8664 hpet: fix function warning
@ 2004-11-15 19:42 Randy.Dunlap
2004-11-15 22:14 ` [discuss] " Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-11-15 19:42 UTC (permalink / raw)
To: lkml, ak, discuss
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
put function prototype outside of #ifdef block, to fix:
arch/x86_64/kernel/time.c:941: warning: implicit declaration of
function `oem_force_hpet_timer'
diffstat:=
include/asm-x86_64/hpet.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
--
[-- Attachment #2: hpet_force.patch --]
[-- Type: text/x-patch, Size: 736 bytes --]
diff -Naurp ./include/asm-x86_64/hpet.h~hpet_force ./include/asm-x86_64/hpet.h
--- ./include/asm-x86_64/hpet.h~hpet_force 2004-11-15 10:02:01.442748048 -0800
+++ ./include/asm-x86_64/hpet.h 2004-11-15 10:51:53.284918904 -0800
@@ -46,6 +46,7 @@
extern int is_hpet_enabled(void);
extern int hpet_rtc_timer_init(void);
+extern int oem_force_hpet_timer(void);
#ifdef CONFIG_HPET_EMULATE_RTC
extern int hpet_mask_rtc_irq_bit(unsigned long bit_mask);
@@ -54,7 +55,6 @@ extern int hpet_set_alarm_time(unsigned
extern int hpet_set_periodic_freq(unsigned long freq);
extern int hpet_rtc_dropped_irq(void);
extern int hpet_rtc_timer_init(void);
-extern int oem_force_hpet_timer(void);
#endif /* CONFIG_HPET_EMULATE_RTC */
#endif
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [discuss] [PATCH] x8664 hpet: fix function warning
2004-11-15 19:42 [PATCH] x8664 hpet: fix function warning Randy.Dunlap
@ 2004-11-15 22:14 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2004-11-15 22:14 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml, ak, discuss
On Mon, Nov 15, 2004 at 11:42:51AM -0800, Randy.Dunlap wrote:
>
> put function prototype outside of #ifdef block, to fix:
> arch/x86_64/kernel/time.c:941: warning: implicit declaration of
> function `oem_force_hpet_timer'
Thanks, added.
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-15 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 19:42 [PATCH] x8664 hpet: fix function warning Randy.Dunlap
2004-11-15 22:14 ` [discuss] " Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox