clk: nxp: Drop 'flags' on fixed_rate clk macro
authorStephen Boyd <sboyd@kernel.org>
Fri, 14 Dec 2018 17:18:41 +0000 (09:18 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jan 2019 22:21:29 +0000 (14:21 -0800)
commit7150e182c80ab289b8ce0eeaae62098bf3921124
tree65a286f92476e65061019d9522e643c4f006a496
parent777c1a40a34f183640b33ff142c5ab3ef1748974
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>
drivers/clk/nxp/clk-lpc32xx.c