aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-03clk: imx: clk-cpu: Include "clk.h" header fileFabio Estevam1-0/+1
Include the "clk.h" header file to fix the following sparse warning: drivers/clk/imx/clk-cpu.c:77:12: warning: symbol 'imx_clk_cpu' was not declared. Should it be static? Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
2015-06-03ARM: imx: move clock drivers into drivers/clkShawn Guo1-0/+107
After the cleanup on clock drivers, they are now ready to be moved into drivers/clk. Let's move them into drivers/clk/imx folder. Signed-off-by: Shawn Guo <[email protected]> Acked-by: Stephen Boyd <[email protected]>