]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, watchdog: Fix build error in hw_nmi.c
authorIngo Molnar <mingo@elte.hu>
Thu, 13 May 2010 07:12:39 +0000 (09:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 13 May 2010 07:12:39 +0000 (09:12 +0200)
commit5e85391b3badd3f0e50ebdd0cafe0202a979f73a
treeed355b93120f4f932e0bbfd29ee595ed6c973150
parent0167c781907fcdc3e1f144ef5ce31d402c91eb94
x86, watchdog: Fix build error in hw_nmi.c

On some configs the following build error triggers:

 arch/x86/kernel/apic/hw_nmi.c:35: error: 'apic' undeclared (first use in this function)
 arch/x86/kernel/apic/hw_nmi.c:35: error: (Each undeclared identifier is reported only once
 arch/x86/kernel/apic/hw_nmi.c:35: error: for each function it appears in.)

Because asm/apic.h was only included implicitly. Include it explicitly.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
LKML-Reference: <1273713674-8434-1-git-send-regression-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/hw_nmi.c