commit | 7150e182c80ab289b8ce0eeaae62098bf3921124 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@kernel.org> | Fri Dec 14 09:18:41 2018 -0800 |
committer | Stephen Boyd <sboyd@kernel.org> | Thu Jan 24 14:21:29 2019 -0800 |
tree | 65a286f92476e65061019d9522e643c4f006a496 | |
parent | 777c1a40a34f183640b33ff142c5ab3ef1748974 [diff] |
clk: nxp: Drop 'flags' on fixed_rate clk macro The flags argument here is always 0, and we want to get rid of the flags member of the clk_fixed_rate struct. So remove this here and just pass 0 when it's used. Signed-off-by: Stephen Boyd <sboyd@kernel.org>