From: Olof Johansson Date: Sat, 22 Sep 2012 21:17:04 +0000 (-0700) Subject: ARM: kirkwood: dockstar: fix header include X-Git-Tag: v3.7-rc1~99^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30411c2cad86bac4736589b116c7234c33ceec8f;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/mach-kirkwood/board-dockstar.c b/arch/arm/mach-kirkwood/board-dockstar.c index 6beff21b4a0dd..f2fbb023e6796 100644 --- a/arch/arm/mach-kirkwood/board-dockstar.c +++ b/arch/arm/mach-kirkwood/board-dockstar.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include "common.h" #include "mpp.h"