]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Fix build failure on legacy iSeries
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Mon, 19 Nov 2007 06:44:05 +0000 (17:44 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 20 Nov 2007 00:37:39 +0000 (11:37 +1100)
commitf9b6c1de697f07dd0fb1c79bb3a6a8aa302f7476
tree6f45a84e9f085dc89572d2fd41467653fca747ba
parent5131d4d83858e208f634622dc4a2e7042f796950
[POWERPC] Fix build failure on legacy iSeries

Include <asm/iseries/hv_call.h> in arch/powerpc/mm/stab.c to fix the
following compile error (found with randconfig):

  CC      arch/powerpc/mm/stab.o
arch/powerpc/mm/stab.c: In function "stab_initialize":
arch/powerpc/mm/stab.c:282: error: implicit declaration of function "HvCall1"
arch/powerpc/mm/stab.c:282: error: "HvCallBaseSetASR" undeclared (first use in this function)
arch/powerpc/mm/stab.c:282: error: (Each undeclared identifier is reported only once
arch/powerpc/mm/stab.c:282: error: for each function it appears in.)
make[1]: *** [arch/powerpc/mm/stab.o] Error 1
make: *** [arch/powerpc/mm] Error 2

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/stab.c