diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-26 11:09:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 14:05:20 -0400 |
commit | 65fdef9303a69dab1f693159f6262375322dd676 (patch) | |
tree | 06d0ccab28ef8615c92cd68a975b9433c8b3e5ca /include/asm-m68knommu | |
parent | c52a2cda561fd40543d839e8e0c75b6d964a67ad (diff) |
m68knommu: remove unused mach_trap_init
Remove the unused mach_trap_init function pointer. All use of it
removed with change to using generic irq framework.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r-- | include/asm-m68knommu/machdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m68knommu/machdep.h b/include/asm-m68knommu/machdep.h index 6ce28f8e0ead..2b75a300df4f 100644 --- a/include/asm-m68knommu/machdep.h +++ b/include/asm-m68knommu/machdep.h | |||
@@ -48,6 +48,5 @@ extern char *mach_sysrq_xlate; | |||
48 | 48 | ||
49 | extern void config_BSP(char *command, int len); | 49 | extern void config_BSP(char *command, int len); |
50 | extern void (*mach_tick)(void); | 50 | extern void (*mach_tick)(void); |
51 | extern void (*mach_trap_init)(void); | ||
52 | 51 | ||
53 | #endif /* _M68KNOMMU_MACHDEP_H */ | 52 | #endif /* _M68KNOMMU_MACHDEP_H */ |