linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jochen Friedrich <jochen@scram.de>
To: Rognlien Dag Kristian <Dag.K.Rognlien@sintef.no>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: build fails for adder875 for new pulls of powerpc.git
Date: Thu, 31 Jan 2008 19:20:59 +0100	[thread overview]
Message-ID: <47A2118B.2060808@scram.de> (raw)
In-Reply-To: <39417DF3286A66428FA558987839F44F0356C232@SINTEFXCH01.sintef.no>

Hi Rognlien,

> The latest commits to powerpc.git removes commproc.h files used by arch/powerpc/platforms/8xx/adder875.c
> 
> The kernel fails to build for the adder configs.

This should fix it:

diff --git a/arch/powerpc/platforms/8xx/adder875.c b/arch/powerpc/platforms/8xx/adder875.c
index c6bc078..b49d62a 100644
--- a/arch/powerpc/platforms/8xx/adder875.c
+++ b/arch/powerpc/platforms/8xx/adder875.c
@@ -15,12 +15,12 @@
 
 #include <asm/time.h>
 #include <asm/machdep.h>
-#include <asm/commproc.h>
+#include <asm/cpm1.h>
 #include <asm/fs_pd.h>
 #include <asm/udbg.h>
 #include <asm/prom.h>
 
-#include <sysdev/commproc.h>
+#include "mpc8xx.h"
 
 struct cpm_pin {
 	int port, pin, flags;

Thanks,
Jochen

  reply	other threads:[~2008-01-31 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1812.1201784040.6908.linuxppc-dev@ozlabs.org>
2008-01-31 14:18 ` build fails for adder875 for new pulls of powerpc.git Rognlien Dag Kristian
2008-01-31 18:20   ` Jochen Friedrich [this message]
2008-01-31 18:36     ` Jochen Friedrich
2008-01-31 19:13     ` Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47A2118B.2060808@scram.de \
    --to=jochen@scram.de \
    --cc=Dag.K.Rognlien@sintef.no \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).