Skip to content

Commit

Permalink
[POWERPC] Fix compile breakage for IBM/AMCC 4xx arch/ppc platforms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Roese authored and Paul Mackerras committed Jun 2, 2007
1 parent e358ae4 commit f484196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc/syslib/ibm_ocp.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/module.h>
#include <asm/ibm4xx.h>
#include <asm/ocp.h>

struct ocp_sys_info_data ocp_sys_info = {
Expand Down

0 comments on commit f484196

Please sign in to comment.