OMAP1/2/3 clock: remove paranoid checks in preparation for clock{,2xxx,3xxx}_data.c
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 Dec 2009 23:18:44 +0000 (16:18 -0700)
committerpaul <paul@twilight.(none)>
Fri, 11 Dec 2009 23:12:07 +0000 (16:12 -0700)
commitebd893ded2733b8bd9ba403ee4a9e6ab6fbc2a54
treec8c31ef40c271421ddebe16c5f513a97268d503e
parentaa2cf420593b67cc93de7a3f675b2a88eba0505f
OMAP1/2/3 clock: remove paranoid checks in preparation for clock{,2xxx,3xxx}_data.c

Some parts of the clock code took advantage of the fact that the statically
allocated clock tree was in clock{,24xx,34xx}.c's local namespace to do some
extra argument checks.  These are overzealous and are more difficult to
maintain when the clock tree is in a separate namespace, so, remove them.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap1/clock.c
arch/arm/mach-omap2/clock24xx.c
arch/arm/mach-omap2/clock34xx.c