diff options
| -rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index edff3c5883bc..a1705a0f08c7 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h | |||
| @@ -307,7 +307,6 @@ struct clk_fixed_rate { | |||
| 307 | struct clk_hw hw; | 307 | struct clk_hw hw; |
| 308 | unsigned long fixed_rate; | 308 | unsigned long fixed_rate; |
| 309 | unsigned long fixed_accuracy; | 309 | unsigned long fixed_accuracy; |
| 310 | u8 flags; | ||
| 311 | }; | 310 | }; |
| 312 | 311 | ||
| 313 | #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) | 312 | #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) |
