From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 14 Jul 2011 23:52:01 +0000 (+0200) Subject: mmc: at91_mci: move register header from include/ to drivers/ X-Git-Tag: next-20110726~170^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0a68ec9444384269ec06b474c0a841ccd6fcdf9;p=karo-tx-linux.git mmc: at91_mci: move register header from include/ to drivers/ Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index d3e6a962f423..a4aa3af86fed 100644 --- a/drivers/mmc/host/at91_mci.c +++ b/drivers/mmc/host/at91_mci.c @@ -77,7 +77,8 @@ #include #include -#include + +#include "at91_mci.h" #define DRIVER_NAME "at91_mci" diff --git a/arch/arm/mach-at91/include/mach/at91_mci.h b/drivers/mmc/host/at91_mci.h similarity index 99% rename from arch/arm/mach-at91/include/mach/at91_mci.h rename to drivers/mmc/host/at91_mci.h index 02182c16a022..eec3a6b1c2bc 100644 --- a/arch/arm/mach-at91/include/mach/at91_mci.h +++ b/drivers/mmc/host/at91_mci.h @@ -1,5 +1,5 @@ /* - * arch/arm/mach-at91/include/mach/at91_mci.h + * drivers/mmc/host/at91_mci.h * * Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) SAN People