From: Jon Hunter Date: Sat, 12 Jan 2013 02:23:09 +0000 (-0600) Subject: ARM: OMAP2+: Simplify system timers definitions X-Git-Tag: omap-for-v3.10/timer-signed^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ea4d5618e86b926163c7d080763c6560be9fe3;p=pandora-kernel.git ARM: OMAP2+: Simplify system timers definitions There is a lot of redundancy in the definitions for the various system timers for OMAP2+ devices. For example, the omap3_am33xx_gptimer_timer_init() function is the same as the omap3_gp_gptimer_timer_init() function and the function omap4_sync32k_timer_init() can be re-used for OMAP5 devices. Therefore, consolidate the definitions to simplify the code. Signed-off-by: Jon Hunter Acked-by: Santosh Shilimkar Acked-by: Igor Grinberg --- Reading git-diff-tree failed