[PATCH 1/3] pxa/colibri270: Fix typo in colibri_pxa270_flash
Daniel Mack
daniel at caiaq.de
Fri Jun 4 02:27:02 EDT 2010
On Fri, Jun 04, 2010 at 03:07:32AM +0200, Marek Vasut wrote:
> Append colibri_pxa270_flash(_device). This was missing.
Hmm, Eric fixed this typo already when commiting (y)our last patch set.
Did you pull his tree?
Daniel
>
> Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
> ---
> arch/arm/mach-pxa/colibri-pxa270.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/colibri-pxa270.c b/arch/arm/mach-pxa/colibri-pxa270.c
> index 96ce4ae..98673ac 100644
> --- a/arch/arm/mach-pxa/colibri-pxa270.c
> +++ b/arch/arm/mach-pxa/colibri-pxa270.c
> @@ -99,7 +99,7 @@ static struct platform_device colibri_pxa270_flash_device = {
>
> static void __init colibri_pxa270_nor_init(void)
> {
> - platform_device_register(&colibri_pxa270_flash);
> + platform_device_register(&colibri_pxa270_flash_device);
> }
> #else
> static inline void colibri_pxa270_nor_init(void) {}
> --
> 1.7.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
More information about the linux-arm-kernel
mailing list