From: Greg Ungerer Date: Tue, 23 Oct 2007 04:37:54 +0000 (+1000) Subject: m68knommu: cleanup m68knommu timer code X-Git-Tag: v2.6.24-rc1~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2c2679893c963bd90c5e1c0669b97fd87d1c4a;p=pandora-kernel.git m68knommu: cleanup m68knommu timer code Reduce the function pointer mess of the m68knommu timer code by calling directly to the local hardware's timer setup, and expose the local common timer interrupt handler to the lower level hardware timer. Ultimately this will save definitions of all these functions across all the platform code to setup the function pointers (which for any given m68knommu CPU family member can be only one set of hardware timer functions). Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed