diff options
author | Stephen Rothwell <[email protected]> | 2008-10-16 20:29:07 +1100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-10-16 12:38:19 +0200 |
commit | 463baa8a0947f858d6db1c56d87eeaf1176ba7bb (patch) | |
tree | 201c52793d69a82ade7227031f9f9f5079bf29cf /net/lapb/lapb_out.c | |
parent | 278429cff8809958d25415ba0ed32b59866ab1a8 (diff) |
powerpc: fix linux-next build failure
Today's linux-next build (powerpc allyesconfig) failed like this:
In file included from arch/powerpc/include/asm/mmu-hash64.h:17,
from arch/powerpc/include/asm/mmu.h:8,
from arch/powerpc/include/asm/pgtable.h:8,
from arch/powerpc/mm/slb.c:20:
arch/powerpc/include/asm/page.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'memstart_addr'
arch/powerpc/include/asm/page.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kernstart_addr'
Caused by commit 600715dcdf567c86f8b2c6173fcfb4b873e25a19 ("generic: add
phys_addr_t for holding physical addresses") from the tip-core tree.
This only fails if CONFIG_RELOCATABLE is set.
So include that instead of asm/types.h in asm/page.h for
the CONFIG_RELOCATABLE case.
Signed-off-by: Stephen Rothwell <[email protected]>
Cc: ppc-dev <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions