From: Jon Hunter Date: Fri, 1 Feb 2013 22:40:09 +0000 (-0600) Subject: ARM: OMAP2+: Store ID of system timers in timer structure X-Git-Tag: omap-for-v3.10/timer-signed^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6924dcab3a40c5972f960cd45ffccc4021db0b;p=pandora-kernel.git ARM: OMAP2+: Store ID of system timers in timer structure Currently, the timer ID is being passed to the function omap_dm_timer_init_one(). Instead of passing the ID separately, store it in the omap_dm_timer structure, that is also passed, and access the ID from this structure. Signed-off-by: Jon Hunter --- Reading git-diff-tree failed