commit | 767f8655b76d07d5c2a9c2eb56b41b4817516bbf | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 20:49:43 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Jul 27 14:59:02 2017 +0200 |
tree | 93154ce77f3e1b1070435319e5b8254184f4e9f8 | |
parent | ea825a326a9cd82848ce6ae0dabab04e2486c734 [diff] |
rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv The rk3368_clk_priv has two unused fields: rate, has_bwadj. This removes them as there's no need for either (i.e. has_bwadj is always true for the RK3368, according to its TRM). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>