Browse Source

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>
Thomas Petazzoni 12 years ago
parent
commit
3a32dd0a5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-kirkwood/dockstar-setup.c

+ 0 - 1
arch/arm/mach-kirkwood/dockstar-setup.c

@@ -19,7 +19,6 @@
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 #include <mach/kirkwood.h>
-#include <linux/platform_data/mmc-mvsdio.h>
 #include "common.h"
 #include "mpp.h"