[MIPS] RM200: Give RM200 it's own timex.h.
So we can get rid of config.h and the #ifdef crapola in the generic
timex.h.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
···33 * License. See the file "COPYING" in the main directory of this archive44 * for more details.55 *66- * Copyright (C) 2003 by Ralf Baechle66+ * Copyright (C) 2003, 2005 by Ralf Baechle77 */88#ifndef __ASM_MACH_GENERIC_TIMEX_H99#define __ASM_MACH_GENERIC_TIMEX_H10101111-#include <linux/config.h>1212-1313-/*1414- * Last remaining user of the i8254 PIC, will be converted, too ...1515- */1616-#ifdef CONFIG_SNI_RM200_PCI1717-#define CLOCK_TICK_RATE 11931821818-#else1911#define CLOCK_TICK_RATE 5000002020-#endif21122213#endif /* __ASM_MACH_GENERIC_TIMEX_H */
+13
include/asm-mips/mach-rm200/timex.h
···11+/*22+ * This file is subject to the terms and conditions of the GNU General Public33+ * License. See the file "COPYING" in the main directory of this archive44+ * for more details.55+ *66+ * Copyright (C) 2003, 2005 by Ralf Baechle77+ */88+#ifndef __ASM_MACH_RM200_TIMEX_H99+#define __ASM_MACH_RM200_TIMEX_H1010+1111+#define CLOCK_TICK_RATE 11931821212+1313+#endif /* __ASM_MACH_RM200_TIMEX_H */