diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-05-01 16:09:17 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-06-11 13:09:11 +1000 |
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 6cf89462023..bdca0297fa9 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) } /***************************************************************************/ - -void coldfire_reset(void) -{ - HARD_RESET_NOW(); -} - -/***************************************************************************/ |