From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 13 Oct 2009 09:36:48 +0200 Subject: [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h In-Reply-To: <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de> References: <1254996762-19115-1-git-send-email-u.kleine-koenig@pengutronix.de> <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de> Message-ID: <4AD42E10.7010801@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > Acked-by: Linus Walleij > Acked-by: Nicolas Ferre > Acked-by: Bill Gatliff > Cc: Catalin Marinas > Cc: Russell King > Cc: Pierre Ossman > Cc: linux-arm-kernel at lists.infradead.org > Cc: Andrew Morton > --- > 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 > #include > > -#include > #include > #include > #include -- Nicolas Ferre