From: Jon Hunter Date: Fri, 28 Sep 2012 23:03:29 +0000 (-0500) Subject: ARM: OMAP: Don't store timers physical address X-Git-Tag: omap-for-v3.8/cleanup-timer-signed~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b001c564b75bfb47bfb84b33008fc2a35c9a84;p=pandora-kernel.git ARM: OMAP: Don't store timers physical address The OMAP2+ system timer code stores the physical address of the timer but never uses it. Remove this and clean-up the code by removing the local variable "size" and changing the names of the local variables mem_rsrc and irq_rsrc to mem and irq, respectively. Signed-off-by: Jon Hunter --- Reading git-diff-tree failed