Commit 6ff6ffce authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sparc64: time interpolator build fix

We need io.h for readq().
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 160c6bb1
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <asm/unistd.h> #include <asm/unistd.h>
#include <asm/div64.h> #include <asm/div64.h>
#include <asm/timex.h> #include <asm/timex.h>
#include <asm/io.h>
#ifdef CONFIG_TIME_INTERPOLATION #ifdef CONFIG_TIME_INTERPOLATION
static void time_interpolator_update(long delta_nsec); static void time_interpolator_update(long delta_nsec);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment