* [PATCH] ARM: OMAP: Fix apollon boot
@ 2006-10-11 7:35 Kyungmin Park
2006-10-18 19:36 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2006-10-11 7:35 UTC (permalink / raw)
To: linux-omap-open-source
In previous GPMC patch, there was a typo. Fix typo and add header files for
set_irq_type() warnings.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
--
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-
omap2/board-apollon.c
index 5d455d4..99651b2 100644
--- a/arch/arm/mach-omap2/board-apollon.c
+++ b/arch/arm/mach-omap2/board-apollon.c
@@ -25,6 +25,7 @@ #include <linux/mtd/onenand.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/leds.h>
+#include <linux/irq.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
@@ -199,7 +200,7 @@ static inline void __init apollon_init_s
return;
}
apollon_smc91x_resources[0].start = base + 0x300;
- apollon_smc91x_resources[1].end = base + 0x30f;
+ apollon_smc91x_resources[0].end = base + 0x30f;
udelay(100);
omap_cfg_reg(W4__24XX_GPIO74);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: Fix apollon boot
2006-10-11 7:35 [PATCH] ARM: OMAP: Fix apollon boot Kyungmin Park
@ 2006-10-18 19:36 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-10-18 19:36 UTC (permalink / raw)
To: Kyungmin Park; +Cc: linux-omap-open-source
* Kyungmin Park <kyungmin.park@samsung.com> [061011 10:37]:
> In previous GPMC patch, there was a typo. Fix typo and add header files for
> set_irq_type() warnings.
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>
> --
>
> diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-
> omap2/board-apollon.c
> index 5d455d4..99651b2 100644
> --- a/arch/arm/mach-omap2/board-apollon.c
> +++ b/arch/arm/mach-omap2/board-apollon.c
> @@ -25,6 +25,7 @@ #include <linux/mtd/onenand.h>
> #include <linux/interrupt.h>
> #include <linux/delay.h>
> #include <linux/leds.h>
> +#include <linux/irq.h>
>
> #include <asm/hardware.h>
> #include <asm/mach-types.h>
> @@ -199,7 +200,7 @@ static inline void __init apollon_init_s
> return;
> }
> apollon_smc91x_resources[0].start = base + 0x300;
> - apollon_smc91x_resources[1].end = base + 0x30f;
> + apollon_smc91x_resources[0].end = base + 0x30f;
> udelay(100);
>
> omap_cfg_reg(W4__24XX_GPIO74);
>
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-18 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 7:35 [PATCH] ARM: OMAP: Fix apollon boot Kyungmin Park
2006-10-18 19:36 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox