linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manuel Lauss <manuel.lauss@googlemail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Linux-MIPS <linux-mips@linux-mips.org>,
	Manuel Lauss <manuel.lauss@gmail.com>
Subject: [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures
Date: Wed,  7 Oct 2009 17:31:17 +0200	[thread overview]
Message-ID: <1254929477-6697-1-git-send-email-manuel.lauss@gmail.com> (raw)

forgot to remove inclusion of removed headers and add required ones.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
Extends  "MIPS: Alchemy: devboards: wire up new PCMCIA driver" in
Ralf's linux-queue tree.

Please apply or fold into the above mentioned patch!
Thanks!

 arch/mips/alchemy/devboards/pb1100/board_setup.c |    1 -
 arch/mips/alchemy/devboards/pb1100/platform.c    |    2 ++
 arch/mips/alchemy/devboards/pb1500/board_setup.c |    1 -
 arch/mips/alchemy/devboards/pb1500/platform.c    |    1 +
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/mips/alchemy/devboards/pb1100/board_setup.c b/arch/mips/alchemy/devboards/pb1100/board_setup.c
index aad424a..b282d93 100644
--- a/arch/mips/alchemy/devboards/pb1100/board_setup.c
+++ b/arch/mips/alchemy/devboards/pb1100/board_setup.c
@@ -29,7 +29,6 @@
 #include <linux/interrupt.h>
 
 #include <asm/mach-au1x00/au1000.h>
-#include <asm/mach-pb1x00/pb1100.h>
 #include <asm/mach-db1x00/bcsr.h>
 
 #include <prom.h>
diff --git a/arch/mips/alchemy/devboards/pb1100/platform.c b/arch/mips/alchemy/devboards/pb1100/platform.c
index 8aefecd..8487da5 100644
--- a/arch/mips/alchemy/devboards/pb1100/platform.c
+++ b/arch/mips/alchemy/devboards/pb1100/platform.c
@@ -20,6 +20,8 @@
 
 #include <linux/init.h>
 
+#include <asm/mach-au1x00/au1000.h>
+
 #include "../platform.h"
 
 static int __init pb1100_dev_init(void)
diff --git a/arch/mips/alchemy/devboards/pb1500/board_setup.c b/arch/mips/alchemy/devboards/pb1500/board_setup.c
index 4c4facb..a148802 100644
--- a/arch/mips/alchemy/devboards/pb1500/board_setup.c
+++ b/arch/mips/alchemy/devboards/pb1500/board_setup.c
@@ -29,7 +29,6 @@
 #include <linux/interrupt.h>
 
 #include <asm/mach-au1x00/au1000.h>
-#include <asm/mach-pb1x00/pb1500.h>
 #include <asm/mach-db1x00/bcsr.h>
 
 #include <prom.h>
diff --git a/arch/mips/alchemy/devboards/pb1500/platform.c b/arch/mips/alchemy/devboards/pb1500/platform.c
index beb21e4..6c00cbe 100644
--- a/arch/mips/alchemy/devboards/pb1500/platform.c
+++ b/arch/mips/alchemy/devboards/pb1500/platform.c
@@ -19,6 +19,7 @@
  */
 
 #include <linux/init.h>
+#include <asm/mach-au1x00/au1000.h>
 
 #include "../platform.h"
 
-- 
1.6.5.rc2

             reply	other threads:[~2009-10-07 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07 15:31 Manuel Lauss [this message]
2009-10-07 15:38 ` [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures Ralf Baechle

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=1254929477-6697-1-git-send-email-manuel.lauss@gmail.com \
    --to=manuel.lauss@googlemail.com \
    --cc=linux-mips@linux-mips.org \
    --cc=manuel.lauss@gmail.com \
    --cc=ralf@linux-mips.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).