From: Ingo Molnar Date: Fri, 23 Jan 2009 10:09:15 +0000 (+0100) Subject: x86, xen: fix hardirq.h merge fallout X-Git-Tag: v2.6.30-rc1~2^2~50^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d0000f710f3432182761f65f9658f1cf0bf455;p=pandora-kernel.git x86, xen: fix hardirq.h merge fallout Impact: build fix This build error: arch/x86/xen/suspend.c:22: error: implicit declaration of function 'fix_to_virt' arch/x86/xen/suspend.c:22: error: 'FIX_PARAVIRT_BOOTMAP' undeclared (first use in this function) arch/x86/xen/suspend.c:22: error: (Each undeclared identifier is reported only once arch/x86/xen/suspend.c:22: error: for each function it appears in.) triggers because the hardirq.h unification removed an implicit fixmap.h include - on which arch/x86/xen/suspend.c depended. Add the fixmap.h include explicitly. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed