diff options
Diffstat (limited to 'arch/m68knommu/platform/5307/config.c')
| -rw-r--r-- | arch/m68knommu/platform/5307/config.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68knommu/platform/5307/config.c b/arch/m68knommu/platform/5307/config.c index e3461619fd65..6040821e637d 100644 --- a/arch/m68knommu/platform/5307/config.c +++ b/arch/m68knommu/platform/5307/config.c | |||
| @@ -10,25 +10,18 @@ | |||
| 10 | /***************************************************************************/ | 10 | /***************************************************************************/ |
| 11 | 11 | ||
| 12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
| 13 | #include <linux/sched.h> | ||
| 14 | #include <linux/param.h> | 13 | #include <linux/param.h> |
| 15 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 16 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
| 17 | #include <asm/irq.h> | ||
| 18 | #include <asm/dma.h> | 16 | #include <asm/dma.h> |
| 19 | #include <asm/traps.h> | ||
| 20 | #include <asm/machdep.h> | 17 | #include <asm/machdep.h> |
| 21 | #include <asm/coldfire.h> | 18 | #include <asm/coldfire.h> |
| 22 | #include <asm/mcftimer.h> | ||
| 23 | #include <asm/mcfsim.h> | 19 | #include <asm/mcfsim.h> |
| 24 | #include <asm/mcfdma.h> | 20 | #include <asm/mcfdma.h> |
| 25 | #include <asm/mcfwdebug.h> | 21 | #include <asm/mcfwdebug.h> |
| 26 | 22 | ||
| 27 | /***************************************************************************/ | 23 | /***************************************************************************/ |
| 28 | 24 | ||
| 29 | void coldfire_tick(void); | ||
| 30 | void coldfire_timer_init(irq_handler_t handler); | ||
| 31 | unsigned long coldfire_timer_offset(void); | ||
| 32 | void coldfire_reset(void); | 25 | void coldfire_reset(void); |
| 33 | 26 | ||
| 34 | extern unsigned int mcf_timervector; | 27 | extern unsigned int mcf_timervector; |
| @@ -122,9 +115,6 @@ void config_BSP(char *commandp, int size) | |||
| 122 | mcf_timerlevel = 6; | 115 | mcf_timerlevel = 6; |
| 123 | #endif | 116 | #endif |
| 124 | 117 | ||
| 125 | mach_sched_init = coldfire_timer_init; | ||
| 126 | mach_tick = coldfire_tick; | ||
| 127 | mach_gettimeoffset = coldfire_timer_offset; | ||
| 128 | mach_reset = coldfire_reset; | 118 | mach_reset = coldfire_reset; |
| 129 | 119 | ||
| 130 | #ifdef MCF_BDM_DISABLE | 120 | #ifdef MCF_BDM_DISABLE |
