From: Richard Cochran Date: Fri, 2 Jan 2015 19:22:09 +0000 (+0100) Subject: microblaze: include the new timecounter header. X-Git-Tag: v4.0-rc1~133^2~295^2 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=5ce07a5cef5094168d25296773681bc287e21e3b;hp=d9f393734af52b7b09f02439164cc7182e17063c microblaze: include the new timecounter header. The timecounter/cyclecounter code has moved, so users need the new include. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index dd96f0e4bfa2..c8977450e28c 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c @@ -17,6 +17,7 @@ #include #include #include +#include #include static void __iomem *timer_baseaddr;