ARM: OMAP2+: timer: use a proper interface to get hwmod data
authorPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:01:50 +0000 (04:01 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:03:12 +0000 (04:03 -0600)
arch/arm/mach-omap2/timer.c pokes around inside the hwmod data
structures.  Since the hwmod data structures are about to change, this
code will break.  This patch modifies the timer code to use
recently-added hwmod functions instead.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>

No differences found