diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-30 10:05:32 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-10-20 19:24:20 +0200 |
commit | a501a14e38cc4d8e9c91bb508cdca7032d53f717 (patch) | |
tree | b5319acf66278661adf6cd8e512857ad25776a25 /drivers/clk/sunxi-ng/ccu_nk.h | |
parent | 35b1fc2cd7106f51bf318ac4dbc5c72abd5656c1 (diff) |
clk: sunxi-ng: Rename the internal structures
Rename the structures meant to be embedded in other structures to make it
consistent with the mux structure name
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu_nk.h')
-rw-r--r-- | drivers/clk/sunxi-ng/ccu_nk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/sunxi-ng/ccu_nk.h b/drivers/clk/sunxi-ng/ccu_nk.h index 4b52da0c29fe..437836b80696 100644 --- a/drivers/clk/sunxi-ng/ccu_nk.h +++ b/drivers/clk/sunxi-ng/ccu_nk.h @@ -30,8 +30,8 @@ struct ccu_nk { u32 enable; u32 lock; - struct _ccu_mult n; - struct _ccu_mult k; + struct ccu_mult_internal n; + struct ccu_mult_internal k; unsigned int fixed_post_div; |