* [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures
@ 2009-10-07 15:31 Manuel Lauss
2009-10-07 15:38 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Lauss @ 2009-10-07 15:31 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Linux-MIPS, Manuel Lauss
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures
2009-10-07 15:31 [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures Manuel Lauss
@ 2009-10-07 15:38 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-10-07 15:38 UTC (permalink / raw)
To: Manuel Lauss; +Cc: Linux-MIPS, Manuel Lauss
On Wed, Oct 07, 2009 at 05:31:17PM +0200, Manuel Lauss wrote:
> 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!
Done.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-07 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 15:31 [PATCH -queue] Alchemy: fix pb1100/pb1500 compile failures Manuel Lauss
2009-10-07 15:38 ` Ralf Baechle
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).