From patchwork Wed Mar 28 10:49:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: ARM: ux500: fix compile error in new timer code Date: Wed, 28 Mar 2012 00:49:47 -0000 From: Lee Jones X-Patchwork-Id: 149181 Message-Id: <1332931787-27741-1-git-send-email-lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org Cc: marc.zyngier@arm.com, Lee Jones , arnd@arndb.de This patch fixes the errors below: error: implicit declaration of function ‘pr_err’ error: implicit declaration of function ‘BUG’ Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/mach-ux500/timer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c index e9d5807..21ec778 100644 --- a/arch/arm/mach-ux500/timer.c +++ b/arch/arm/mach-ux500/timer.c @@ -4,6 +4,8 @@ * License Terms: GNU General Public License v2 * Author: Mattias Wallin for ST-Ericsson */ +#include +#include #include #include #include