1
0
Fork 0

[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>
hifive-unleashed-5.1
Matt Porter 2005-11-08 21:34:35 -08:00 committed by Linus Torvalds
parent c099af7622
commit 8827cc7068
1 changed files with 1 additions and 0 deletions

View File

@ -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)