From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-mmc@vger.kernel.org,
"Andrew Morton" <akpm@linux-foundation.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Russell King <rmk+kernel@arm.linux.org.uk>,
Pierre Ossman <drzeus@drzeus.cx>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h
Date: Tue, 13 Oct 2009 09:36:48 +0200 [thread overview]
Message-ID: <4AD42E10.7010801@atmel.com> (raw)
In-Reply-To: <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de>
Uwe Kleine-König :
> This fixes a compile error introduced in
>
> 6ef297f (ARM: 5720/1: Move MMCI header to amba include dir)
>
> That commit moved arch/arm/include/asm/mach/mmc.h to
> include/linux/amba/mmci.h. Just removing the include was enough.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Acked-by: Bill Gatliff <bgat@billgatliff.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Cc: Pierre Ossman <drzeus@drzeus.cx>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
> Hello,
>
> what is the right path to Linus for this patch?
Uwe,
I gess that Andrew Morton will have to handle it.
Let's help him not forget it ;-)
Bye,
> drivers/mmc/host/at91_mci.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c
> index e556d42..63924e0 100644
> --- a/drivers/mmc/host/at91_mci.c
> +++ b/drivers/mmc/host/at91_mci.c
> @@ -72,7 +72,6 @@
> #include <asm/irq.h>
> #include <asm/gpio.h>
>
> -#include <asm/mach/mmc.h>
> #include <mach/board.h>
> #include <mach/cpu.h>
> #include <mach/at91_mci.h>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h
Date: Tue, 13 Oct 2009 09:36:48 +0200 [thread overview]
Message-ID: <4AD42E10.7010801@atmel.com> (raw)
In-Reply-To: <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de>
Uwe Kleine-K?nig :
> This fixes a compile error introduced in
>
> 6ef297f (ARM: 5720/1: Move MMCI header to amba include dir)
>
> That commit moved arch/arm/include/asm/mach/mmc.h to
> include/linux/amba/mmci.h. Just removing the include was enough.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Acked-by: Bill Gatliff <bgat@billgatliff.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Cc: Pierre Ossman <drzeus@drzeus.cx>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
> Hello,
>
> what is the right path to Linus for this patch?
Uwe,
I gess that Andrew Morton will have to handle it.
Let's help him not forget it ;-)
Bye,
> drivers/mmc/host/at91_mci.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c
> index e556d42..63924e0 100644
> --- a/drivers/mmc/host/at91_mci.c
> +++ b/drivers/mmc/host/at91_mci.c
> @@ -72,7 +72,6 @@
> #include <asm/irq.h>
> #include <asm/gpio.h>
>
> -#include <asm/mach/mmc.h>
> #include <mach/board.h>
> #include <mach/cpu.h>
> #include <mach/at91_mci.h>
--
Nicolas Ferre
next prev parent reply other threads:[~2009-10-13 7:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-08 10:12 [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h Uwe Kleine-König
2009-10-08 10:12 ` Uwe Kleine-König
2009-10-08 11:26 ` Linus Walleij
2009-10-08 11:26 ` Linus Walleij
2009-10-08 12:14 ` Nicolas Ferre
2009-10-08 12:14 ` Nicolas Ferre
2009-10-08 12:18 ` Bill Gatliff
2009-10-08 12:18 ` Bill Gatliff
2009-10-13 7:19 ` Uwe Kleine-König
2009-10-13 7:19 ` Uwe Kleine-König
2009-10-13 7:36 ` Nicolas Ferre [this message]
2009-10-13 7:36 ` Nicolas Ferre
2009-10-20 17:27 ` Bill Gatliff
2009-10-20 17:27 ` Bill Gatliff
2009-10-21 7:46 ` [PATCH RESEND#2] " Uwe Kleine-König
2009-10-21 7:46 ` Uwe Kleine-König
2009-10-21 7:53 ` Nicolas Ferre
2009-10-21 7:53 ` Nicolas Ferre
2009-10-21 8:12 ` Uwe Kleine-König
2009-10-21 8:12 ` Uwe Kleine-König
2009-10-20 22:37 ` [PATCH] " Linus Walleij
2009-10-20 22:37 ` Linus Walleij
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=4AD42E10.7010801@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=akpm@linux-foundation.org \
--cc=catalin.marinas@arm.com \
--cc=drzeus@drzeus.cx \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=u.kleine-koenig@pengutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.