diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2016-04-26 18:55:26 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-05-02 11:33:40 +0300 |
commit | ac86045ee9cd89774030ff1c21c7ff35f1c1eeaa (patch) | |
tree | feebf815fc8dbced3b119f8dfada9aa4601404c0 /drivers/mmc/host/tmio_mmc_dma.c | |
parent | 958401266e5812619b04765bef23712a72badd55 (diff) | |
download | linux-ac86045ee9cd89774030ff1c21c7ff35f1c1eeaa.tar.xz |
mmc: tmio: merge distributed include files
There is no reason to have a public and private header file. Merge them
into a private one, so looking up symbols is less confusing.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/tmio_mmc_dma.c')
-rw-r--r-- | drivers/mmc/host/tmio_mmc_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/tmio_mmc_dma.c b/drivers/mmc/host/tmio_mmc_dma.c index 7fb0c034dcb6..fa8a936a3d9b 100644 --- a/drivers/mmc/host/tmio_mmc_dma.c +++ b/drivers/mmc/host/tmio_mmc_dma.c @@ -15,7 +15,6 @@ #include <linux/dmaengine.h> #include <linux/mfd/tmio.h> #include <linux/mmc/host.h> -#include <linux/mmc/tmio.h> #include <linux/pagemap.h> #include <linux/scatterlist.h> |