aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-21 09:49:16 -0500
committerJason Cooper <jason@lakedaemon.net>2013-01-09 21:41:35 -0500
commit3a32dd0a5d56a2ebb8b738fedcf5e64fb5ba1bbd (patch)
tree101a843d2b66221ee289af64f9b8b0fefc7e746c
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
arm: kirkwood: dockstar: remove useless include of SDIO header
The dockstar platform does not register any SDIO controller, therefore it does not need to include the mmc-mvsdio.h header. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/mach-kirkwood/dockstar-setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/dockstar-setup.c b/arch/arm/mach-kirkwood/dockstar-setup.c
index 791a98fafa29..272af6970f61 100644
--- a/arch/arm/mach-kirkwood/dockstar-setup.c
+++ b/arch/arm/mach-kirkwood/dockstar-setup.c
@@ -19,7 +19,6 @@
19#include <asm/mach-types.h> 19#include <asm/mach-types.h>
20#include <asm/mach/arch.h> 20#include <asm/mach/arch.h>
21#include <mach/kirkwood.h> 21#include <mach/kirkwood.h>
22#include <linux/platform_data/mmc-mvsdio.h>
23#include "common.h" 22#include "common.h"
24#include "mpp.h" 23#include "mpp.h"
25 24