From: Ingo Molnar Date: Thu, 6 Oct 2011 12:20:27 +0000 (+0200) Subject: x86, nmi, drivers: Fix nmi splitup build bug X-Git-Tag: v3.2-rc1~163^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48b0e173715f678698d3678fefd40f2893ce798;p=pandora-kernel.git x86, nmi, drivers: Fix nmi splitup build bug nmi.c needs an #include : arch/x86/kernel/nmi.c: In function ‘unknown_nmi_error’: arch/x86/kernel/nmi.c:286:6: error: ‘MCA_bus’ undeclared (first use in this function) arch/x86/kernel/nmi.c:286:6: note: each undeclared identifier is reported only once for each function it appears in Another one is the hpwdt driver: drivers/watchdog/hpwdt.c:507:9: error: ‘NMI_DONE’ undeclared (first use in this function) Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed