commit | 4e4c40df3065df285e3bf60460ade2adbaabce22 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Jul 05 12:11:58 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Aug 13 17:12:32 2017 +0200 |
tree | d1782153823519a04159647073577c8cc0779a11 | |
parent | df0ae00041c62709917ad600999fd2945dc69426 [diff] |
rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() With the clock support in rk3368_clk_set_rate() conditionalized on various feature definitions, 'priv' can remain unused (e.g. in the SPL build when only MMC is enabled). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>