diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-13 16:15:25 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 20:34:55 +0400 |
commit | 3f9fb2a08f55c79b4c6cde423c1e8ddcc5a49781 (patch) | |
tree | 35a78bd1e63edb8c7f836bf20cf5032f8b9ed5ea /drivers/mmc/host/sdhci-cns3xxx.c | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) | |
download | linux-3f9fb2a08f55c79b4c6cde423c1e8ddcc5a49781.tar.xz |
ARM: cns3xxx: make mach header files local
The mach/cns3xxx.h and mach/pm.h header files are used only
in the platform code itself, so there is no need to make
them globally visible. This gets us closer to multiplatform
configuration for cns3xxx.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/mmc/host/sdhci-cns3xxx.c')
-rw-r--r-- | drivers/mmc/host/sdhci-cns3xxx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-cns3xxx.c b/drivers/mmc/host/sdhci-cns3xxx.c index 30bfdc4ae52a..6ba8502c1ee2 100644 --- a/drivers/mmc/host/sdhci-cns3xxx.c +++ b/drivers/mmc/host/sdhci-cns3xxx.c @@ -16,7 +16,6 @@ #include <linux/device.h> #include <linux/mmc/host.h> #include <linux/module.h> -#include <mach/cns3xxx.h> #include "sdhci-pltfm.h" static unsigned int sdhci_cns3xxx_get_max_clk(struct sdhci_host *host) |