From: Paul Walmsley Date: Tue, 8 Dec 2009 23:18:44 +0000 (-0700) Subject: OMAP1/2/3 clock: remove paranoid checks in preparation for clock{,2xxx,3xxx}_data.c X-Git-Tag: v2.6.33-rc1~295^2~1^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd893ded2733b8bd9ba403ee4a9e6ab6fbc2a54;p=pandora-kernel.git 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 --- Reading git-diff-tree failed