x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Sun, 22 Mar 2009 17:11:09 +0000 (19:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 22 Mar 2009 17:15:14 +0000 (18:15 +0100)
commit1cc185211a9cb913f6adbe3354e5c256f456ebd2
tree6adb02b5273a17b0250005a6e8bdbe0b01b6e25b
parent648340dff02eff10cc08fa4e8d20442d7a238768
x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c

Impact: cleanup

This patch fixes the following sparse warnings:

 arch/x86/kernel/apic/io_apic.c:3602:17: warning: symbol 'hpet_msi_type'
 was not declared. Should it be static?

 arch/x86/kernel/apic/io_apic.c:3467:30: warning: Using plain integer as
 NULL pointer

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
LKML-Reference: <1237741871-5827-2-git-send-email-dmitri.vorobiev@movial.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/io_apic.c