From: Richard Kuo Date: Thu, 12 Apr 2012 20:57:33 +0000 (-0500) Subject: hexagon: add missing cpu.h include X-Git-Tag: upstream/snapshot3+hdmi~7628^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e00574b7f3181c5277df819e960d5af205e0e87a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git hexagon: add missing cpu.h include Signed-off-by: Richard Kuo --- diff --git a/arch/hexagon/kernel/smp.c b/arch/hexagon/kernel/smp.c index 0672463..1298141 100644 --- a/arch/hexagon/kernel/smp.c +++ b/arch/hexagon/kernel/smp.c @@ -1,7 +1,7 @@ /* * SMP support for Hexagon * - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. + * Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -28,6 +28,7 @@ #include #include #include +#include #include /* timer_interrupt */ #include