From: Olof Johansson Date: Sat, 22 Sep 2012 21:17:04 +0000 (-0700) Subject: ARM: kirkwood: dockstar: fix header include X-Git-Tag: firefly_0821_release~3680^2~1903^2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30411c2cad86bac4736589b116c7234c33ceec8f;p=firefly-linux-kernel-4.4.55.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 6beff21b4a0d..f2fbb023e679 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"