diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-05-01 02:09:17 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-06-10 23:09:11 -0400 |
commit | fb29ad7949aeed3d464ba8d2c9772835f456d4c4 (patch) | |
tree | 78618b1667740541d5438959fc83aea9a73deac8 /arch/m68knommu | |
parent | 05728aec8b05ec3fa859add8b22ba46432611e9e (diff) |
m68knommu: remove obsolete reset code
All ColdFire and non-MMU 68k code has custom reset routines.
Remove the obsolete and now un-used reset macros.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/coldfire/vectors.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68knommu/platform/coldfire/vectors.c b/arch/m68knommu/platform/coldfire/vectors.c index 6cf894620234..bdca0297fa9a 100644 --- a/arch/m68knommu/platform/coldfire/vectors.c +++ b/arch/m68knommu/platform/coldfire/vectors.c | |||
@@ -96,10 +96,3 @@ void ack_vector(unsigned int irq) | |||
96 | } | 96 | } |
97 | 97 | ||
98 | /***************************************************************************/ | 98 | /***************************************************************************/ |
99 | |||
100 | void coldfire_reset(void) | ||
101 | { | ||
102 | HARD_RESET_NOW(); | ||
103 | } | ||
104 | |||
105 | /***************************************************************************/ | ||