]> git.baikalelectronics.ru Git - kernel.git/commit
x86, xen: fix hardirq.h merge fallout
authorIngo Molnar <mingo@elte.hu>
Fri, 23 Jan 2009 10:09:15 +0000 (11:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 23 Jan 2009 10:09:15 +0000 (11:09 +0100)
commit96f6fb5011aa20012f3e5fd2fc1f9bd7d8e975e9
tree3498f3ff61964dd716dd7cf4a227d6b3104dc23d
parent176672c967fc3e914520912ed6e59157296018bb
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 <mingo@elte.hu>
arch/x86/xen/suspend.c