m68knommu: remove duplicate ColdFire mcf_autovector() code
authorGreg Ungerer <gerg@uclinux.org>
Tue, 19 May 2009 04:08:47 +0000 (14:08 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:50 +0000 (09:43 +1000)
Each of the ColdFire CPU platform code that used the old style interrupt
controller had its own copy of the mcf_autovector() function. They are all
the same, remove them all and create a single function in the common
coldfire/intc.c code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found