From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h Date: Tue, 13 Oct 2009 09:36:48 +0200 Message-ID: <4AD42E10.7010801@atmel.com> References: <1254996762-19115-1-git-send-email-u.kleine-koenig@pengutronix.de> <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail.atmel.fr ([81.80.104.162]:47423 "EHLO atmel-es2.atmel.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933460AbZJMHmY (ORCPT ); Tue, 13 Oct 2009 03:42:24 -0400 In-Reply-To: <1255418388-27866-1-git-send-email-u.kleine-koenig@pengutronix.de> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , linux-mmc@vger.kernel.org, Andrew Morton Cc: Catalin Marinas , Russell King , Pierre Ossman , linux-arm-kernel@lists.infradead.org Uwe Kleine-K=C3=B6nig : > This fixes a compile error introduced in >=20 > 6ef297f (ARM: 5720/1: Move MMCI header to amba include dir) >=20 > That commit moved arch/arm/include/asm/mach/mmc.h to > include/linux/amba/mmci.h. Just removing the include was enough. >=20 > Signed-off-by: Uwe Kleine-K=C3=B6nig > 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@lists.infradead.org > Cc: Andrew Morton > --- > Hello, >=20 > 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(-) >=20 > 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 > =20 > -#include > #include > #include > #include --=20 Nicolas Ferre