From: Christoph Lameter <clameter@sgi.com>

Remove two leftover #includes from timex.h which may cause a build failure
for ppc.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/timex.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/linux/timex.h~ppc-time-interpolator-build-fix include/linux/timex.h
--- 25/include/linux/timex.h~ppc-time-interpolator-build-fix	Thu Sep 30 15:21:41 2004
+++ 25-akpm/include/linux/timex.h	Thu Sep 30 15:21:41 2004
@@ -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
_