commit | 61b001c564b75bfb47bfb84b33008fc2a35c9a84 | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Fri Sep 28 18:03:29 2012 -0500 |
committer | Jon Hunter <jon-hunter@ti.com> | Fri Nov 16 10:35:06 2012 -0600 |
tree | 69f0d9622354a8c4cfba16f20afa5ae3cd360783 | |
parent | b0cadb3c86fc99553b1f5c38c7770be1ad52aa26 [diff] |
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 <jon-hunter@ti.com>