[PATCH] powerpc: Move LMB_ALLOC_ANYWHERE out of lmb.h

LMB_ALLOC_ANYWHERE doesn't need to be part of the API, it's only used in
lmb.c - so move it out of the header file.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Michael Ellerman 2006-01-25 21:31:30 +13:00 committed by Paul Mackerras
parent d7a5b2ffa1
commit 3b9331dac1
2 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,8 @@
#define DBG(fmt...)
#endif
#define LMB_ALLOC_ANYWHERE 0
struct lmb lmb;
void lmb_dump_all(void)

View file

@ -19,8 +19,6 @@
#define MAX_LMB_REGIONS 128
#define LMB_ALLOC_ANYWHERE 0
struct lmb_property {
unsigned long base;
unsigned long size;