ARM: OMAP2+: Remove unused max number of timers definition
authorJon Hunter <jon-hunter@ti.com>
Tue, 5 Jun 2012 17:34:50 +0000 (12:34 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 14 Jun 2012 09:39:05 +0000 (02:39 -0700)
commit26fe4e454bfee3248bc7f7bab38b4888db33528e
treeb0e381c0c93ec68cedfc4e6a3a82095895cd2194
parentb8fd7331208e52a0a932209584bde80fd4ec09b9
ARM: OMAP2+: Remove unused max number of timers definition

The OMAP2+ timer code has a definition for the maximum number of timers that
OMAP2+ devices have. This defintion is not used anywhere in the code and
appears to be left over. Furthermore the definition is not accurate for OMAP4
devices that only have 11 timers available because the 12th timer is reserved
as a secure timer and for OMAP3 devices the 12th timer is not available on
secure devices. Therefore, remove this definition.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/timer.c
This page took 0.027119 seconds and 5 git commands to generate.