Browse Source

ARM: kirkwood: dockstar: fix header include

The platform data was moved, but this file was introduced in parallel
so didn't get caught in the sweeping changes. Fix it up now.

Signed-off-by: Olof Johansson <olof@lixom.net>
Olof Johansson 12 years ago
parent
commit
30411c2cad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-kirkwood/board-dockstar.c

+ 1 - 1
arch/arm/mach-kirkwood/board-dockstar.c

@@ -30,7 +30,7 @@
 #include <asm/mach/map.h>
 #include <mach/kirkwood.h>
 #include <mach/bridge-regs.h>
-#include <plat/mvsdio.h>
+#include <linux/platform_data/mmc-mvsdio.h>
 #include "common.h"
 #include "mpp.h"