diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-08-10 14:26:48 (GMT) |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-08-27 12:50:53 (GMT) |
commit | f912632b6086d4464af2443dee0c6f4055cf5159 (patch) | |
tree | 92a08ecb2a4a1c75e4278f8b1fe10b46cedff149 /drivers/mmc/host | |
parent | 7bb9c244356d2d45ac03cf65e55b035c5954d7de (diff) | |
download | linux-f912632b6086d4464af2443dee0c6f4055cf5159.tar.xz |
mmc: atmel-mci: remove useless include
Definitions from linux/platform_data/atmel.h are not used, remove the
include.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/atmel-mci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index 9a39e0b..bf62e42 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c @@ -29,7 +29,6 @@ #include <linux/slab.h> #include <linux/stat.h> #include <linux/types.h> -#include <linux/platform_data/atmel.h> #include <linux/platform_data/mmc-atmel-mci.h> #include <linux/mmc/host.h> |