diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-26 17:09:00 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 20:05:20 +0200 |
commit | 374c3f552d7c7731cf25b0d4938e9d14d9251bf4 (patch) | |
tree | 01f6a6fcfbfc66b4d7156aaec61884d64868f268 /arch/m68knommu/platform/5206/config.c | |
parent | m68knommu: use setup_irq() in 68360 timer code (diff) | |
download | linux-374c3f552d7c7731cf25b0d4938e9d14d9251bf4.tar.xz linux-374c3f552d7c7731cf25b0d4938e9d14d9251bf4.zip |
m68knommu: remove use of colfire_trap_init
The switch to using the generic irq framework removed the
coldfire_trap_init() code, so remove all references to it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/platform/5206/config.c')
-rw-r--r-- | arch/m68knommu/platform/5206/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68knommu/platform/5206/config.c b/arch/m68knommu/platform/5206/config.c index d265ed4e5afc..d0f2dc5cb5a1 100644 --- a/arch/m68knommu/platform/5206/config.c +++ b/arch/m68knommu/platform/5206/config.c @@ -28,7 +28,6 @@ void coldfire_tick(void); void coldfire_timer_init(irq_handler_t handler); unsigned long coldfire_timer_offset(void); -void coldfire_trap_init(void); void coldfire_reset(void); /***************************************************************************/ @@ -101,7 +100,6 @@ void config_BSP(char *commandp, int size) mach_sched_init = coldfire_timer_init; mach_tick = coldfire_tick; mach_gettimeoffset = coldfire_timer_offset; - mach_trap_init = coldfire_trap_init; mach_reset = coldfire_reset; } |