diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-11-09 05:34:35 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 15:55:51 (GMT) |
commit | 8827cc706861070f8a3a9e839b96e40231b16ce0 (patch) | |
tree | b8d9a73e7b06f8b785e9fc761ab5d5d04ee0d873 /arch/ppc/platforms/85xx/stx_gp3.h | |
parent | c099af7622c8e032edcfdc057cde1015761adeac (diff) | |
download | linux-fsl-qoriq-8827cc706861070f8a3a9e839b96e40231b16ce0.tar.xz |
[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>
Diffstat (limited to 'arch/ppc/platforms/85xx/stx_gp3.h')
-rw-r--r-- | arch/ppc/platforms/85xx/stx_gp3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/platforms/85xx/stx_gp3.h b/arch/ppc/platforms/85xx/stx_gp3.h index 95fdf4b..7bcc6c3 100644 --- a/arch/ppc/platforms/85xx/stx_gp3.h +++ b/arch/ppc/platforms/85xx/stx_gp3.h @@ -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) |