[PATCH] ppc32: Fix STx GP3 build
Add missing include file to fix STx GP3 build. Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c099af7622
commit
8827cc7068
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <linux/config.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <asm/ppcboot.h>
|
||||
|
||||
#define BOARD_CCSRBAR ((uint)0xe0000000)
|
||||
|
|
Loading…
Reference in a new issue