* [PATCH] ppc: Fix compile breakage for IBM/AMCC 4xx arch/ppc platforms
@ 2007-06-02 9:30 Stefan Roese
0 siblings, 0 replies; only message in thread
From: Stefan Roese @ 2007-06-02 9:30 UTC (permalink / raw)
To: linuxppc-dev
The IBM/AMCC 405 platforms don't compile anymore in the current
kernel version. This small patch fixes the small compile breakage.
Signed-off-by: Stefan Roese <sr@denx.de>
---
commit 90ea0ac115801170097f0628a2851fc78006de3c
tree d59c13cdfcd3aa4a241a1c5b598d76fa3f18b540
parent f285e3d329ce68cc355fadf4ab2c8f34d7f264cb
author Stefan Roese <sr@denx.de> Sat, 02 Jun 2007 11:26:15 +0200
committer Stefan Roese <sr@denx.de> Sat, 02 Jun 2007 11:26:15 +0200
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 3f6e55c..2ee1766 100644
--- a/arch/ppc/syslib/ibm_ocp.c
+++ b/arch/ppc/syslib/ibm_ocp.c
@@ -1,4 +1,5 @@
#include <linux/module.h>
+#include <asm/ibm4xx.h>
#include <asm/ocp.h>
struct ocp_sys_info_data ocp_sys_info = {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-02 9:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-02 9:30 [PATCH] ppc: Fix compile breakage for IBM/AMCC 4xx arch/ppc platforms Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).