commit | ebd893ded2733b8bd9ba403ee4a9e6ab6fbc2a54 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue Dec 08 16:18:44 2009 -0700 |
committer | paul <paul@twilight.(none)> | Fri Dec 11 16:12:07 2009 -0700 |
tree | c8c31ef40c271421ddebe16c5f513a97268d503e | |
parent | aa2cf420593b67cc93de7a3f675b2a88eba0505f [diff] |
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>