commit | d5c48aedc924b60ba3c39e0b1dcf7360fd96090d | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Jan 14 19:17:15 2015 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Thu Jan 22 12:34:55 2015 +0100 |
tree | 206620d09b5e6980385fbc0a62dbc77bb8a4d38d | |
parent | 627bc6982f1a42561222586e5e01e2b56ae57c71 [diff] |
sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headers Which pll-s are available depends on the machine type, move the clock_get_pllX / clock_set_pllX prototypes to the clock_sun?i.h header files so that we only declare what is actually available. e.g. clock_get_pll5p() is not available on sun6i / sun8i, and with sun9i we get a completely different set of plls. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>