diff options
author | 2012-09-22 14:17:04 -0700 | |
---|---|---|
committer | 2012-09-22 14:24:04 -0700 | |
commit | 30411c2cad86bac4736589b116c7234c33ceec8f (patch) | |
tree | 6d84cd6fa2939b5658eae6e157114e77a21af906 | |
parent | ARM: kirkwood: move new dtbs to common Makefile (diff) | |
download | wireguard-linux-30411c2cad86bac4736589b116c7234c33ceec8f.tar.xz wireguard-linux-30411c2cad86bac4736589b116c7234c33ceec8f.zip |
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>
-rw-r--r-- | arch/arm/mach-kirkwood/board-dockstar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-dockstar.c b/arch/arm/mach-kirkwood/board-dockstar.c index 6beff21b4a0d..f2fbb023e679 100644 --- a/arch/arm/mach-kirkwood/board-dockstar.c +++ b/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" |