1
0
Fork 0
alistair23-linux/drivers/clk/mxs
Stephen Boyd bb0bf35452 clk: mxs: Include clk.h in C files that use it
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. The clk.h include is being included in all
mxs files because it's part of mxs/clk.h even though nothing
actually requires it in that file. Move the clk.h include to the
C files that are actually using it and remove the clk.h include
from the header file. The clkdev.h include isn't used either, so
drop it too.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-07-20 11:11:07 -07:00
..
Makefile mmc: spi: Pull out the SSP clock configuration function 2012-08-17 22:53:00 +01:00
clk-div.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-frac.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-imx23.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-imx28.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-pll.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-ref.c clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00
clk-ssp.c mmc: spi: Pull out the SSP clock configuration function 2012-08-17 22:53:00 +01:00
clk.c clk: mxs: Fix sparse warnings 2013-03-19 12:58:41 -07:00
clk.h clk: mxs: Include clk.h in C files that use it 2015-07-20 11:11:07 -07:00