projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7150e18
)
clk: Remove 'flags' member of struct clk_fixed_rate
author
Stephen Boyd
<sboyd@kernel.org>
Tue, 11 Dec 2018 18:58:54 +0000
(10:58 -0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 24 Jan 2019 22:21:29 +0000
(14:21 -0800)
This member is never used nor documented in the kerneldoc. Remove it.
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h
patch
|
blob
|
history
diff --git
a/include/linux/clk-provider.h
b/include/linux/clk-provider.h
index edff3c5883bc5c4353faf903f7b0a398fed6163a..a1705a0f08c7176ac4404083552ba970fedb0df3 100644
(file)
--- a/
include/linux/clk-provider.h
+++ b/
include/linux/clk-provider.h
@@
-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)