clk: sirf: Properly include clk.h

Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Move the include of clk.h into
clk-common.c because that's the only file that's really using
clk.h, even if it's included into the atlas6 and prima2 files.

Cc: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd
2015-06-19 15:00:46 -07:00
parent 6f1ed07a14
commit fdb94059d8
3 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
* Licensed under GPLv2 or later.
*/
#include <linux/clk.h>
#define KHZ 1000
#define MHZ (KHZ * KHZ)