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>
This commit is contained in:
@@ -29,10 +29,10 @@ struct ccu_nkmp {
|
||||
u32 enable;
|
||||
u32 lock;
|
||||
|
||||
struct _ccu_mult n;
|
||||
struct _ccu_mult k;
|
||||
struct _ccu_div m;
|
||||
struct _ccu_div p;
|
||||
struct ccu_mult_internal n;
|
||||
struct ccu_mult_internal k;
|
||||
struct ccu_div_internal m;
|
||||
struct ccu_div_internal p;
|
||||
|
||||
struct ccu_common common;
|
||||
};
|
||||
|
Reference in New Issue
Block a user