From b0a68ec9444384269ec06b474c0a841ccd6fcdf9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 15 Jul 2011 01:52:01 +0200 Subject: [PATCH] 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 --- drivers/mmc/host/at91_mci.c | 3 ++- .../arm/mach-at91/include/mach => drivers/mmc/host}/at91_mci.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename {arch/arm/mach-at91/include/mach => drivers/mmc/host}/at91_mci.h (99%) 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 -- 2.34.1