m68knommu: simplify ColdFire "timers" clock initialization
authorGreg Ungerer <gerg@uclinux.org>
Tue, 19 May 2009 04:52:40 +0000 (14:52 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:51 +0000 (09:43 +1000)
The ColdFire "timers" clock setup can be simplified. There is really no
need for the flexible per-platform setup code. The clock interrupt can be
hard defined per CPU platform (in CPU include files). This makes the
actual timer code simpler.

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

No differences found