From: Uwe Kleine-König Date: Wed, 21 Oct 2009 07:46:59 +0000 (+0200) Subject: mmc: at91_mci: Don't include asm/mach/mmc.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=af2bd9d534ca9f1ffdeb0780fb8508e71ed55803;p=deliverable%2Flinux.git mmc: at91_mci: Don't include asm/mach/mmc.h This fixes a compile bug 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@lists.infradead.org Cc: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index e556d42cc45a..63924e0c7ea9 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