ARM: OMAP2+: timer: use a proper interface to get hwmod data
authorPaul Walmsley <paul@pwsan.com>
Mon, 27 Feb 2012 22:23:58 +0000 (15:23 -0700)
committerPaul Walmsley <paul@pwsan.com>
Tue, 28 Feb 2012 05:32:18 +0000 (22:32 -0700)
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