diff options
| author | Christoph Lameter <clameter@sgi.com> | 2004-10-02 19:16:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-02 19:16:00 -0700 |
| commit | d7f0312f541e190d5bd3397d7dc5fb9041081bd0 (patch) | |
| tree | b500375e1345f145ab2c77ec14987321689de514 /include | |
| parent | b7c88526a94f8b6941cadbb7e29312226d329b27 (diff) | |
[PATCH] ppc: time interpolator build fix
Remove two leftover #includes from timex.h which may cause a build failure
for ppc.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/timex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h index 356dc5e9295c..31ef4595b1fd 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h @@ -55,10 +55,8 @@ #include <linux/config.h> #include <linux/compiler.h> -#include <linux/jiffies.h> #include <asm/param.h> -#include <asm/io.h> /* * The following defines establish the engineering parameters of the PLL |
