diff options
author | Stefan Roese <sr@denx.de> | 2007-06-02 05:30:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-02 07:01:56 -0400 |
commit | f48419666e645208c0156aecab1ee6157303da3c (patch) | |
tree | fe1ca8db0a34f2e2492f609487e90e0d26fe45b8 /arch/ppc | |
parent | e358ae4dd4ca823abc5ee06c61e3915636e60191 (diff) |
[POWERPC] Fix compile breakage for IBM/AMCC 4xx arch/ppc platforms
The IBM/AMCC 405 platforms don't compile anymore in the current
kernel version. This fixes the compile breakage.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/syslib/ibm_ocp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/syslib/ibm_ocp.c b/arch/ppc/syslib/ibm_ocp.c index 3f6e55c79181..2ee176610e7c 100644 --- a/arch/ppc/syslib/ibm_ocp.c +++ b/arch/ppc/syslib/ibm_ocp.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <linux/module.h> | 1 | #include <linux/module.h> |
2 | #include <asm/ibm4xx.h> | ||
2 | #include <asm/ocp.h> | 3 | #include <asm/ocp.h> |
3 | 4 | ||
4 | struct ocp_sys_info_data ocp_sys_info = { | 5 | struct ocp_sys_info_data ocp_sys_info = { |