Commit 7374faa9 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: Remove 'flags' member of struct clk_fixed_rate



This member is never used nor documented in the kerneldoc. Remove it.

Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 7150e182
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@ struct clk_fixed_rate {
	struct		clk_hw hw;
	unsigned long	fixed_rate;
	unsigned long	fixed_accuracy;
	u8		flags;
};

#define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw)