mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
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>
This commit is contained in:
parent
cdc6080a28
commit
80c83e8190
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ check_member(rk3368_cru, emmc_con[1], 0x41c);
|
||||||
|
|
||||||
struct rk3368_clk_priv {
|
struct rk3368_clk_priv {
|
||||||
struct rk3368_cru *cru;
|
struct rk3368_cru *cru;
|
||||||
ulong rate;
|
|
||||||
bool has_bwadj;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue