aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/st
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-07-21 14:22:42 -0400
committerStephen Boyd <sboyd@codeaurora.org>2015-07-28 14:59:09 -0400
commit9cfad9bc472a4bdd5ee7d9e713113a9f5a676704 (patch)
treecd9b055e0859e83676c0b6cb98b9cb3e53ad95f2 /drivers/clk/st
parent9da9e761273702b3afd6e3538c23ece95693e586 (diff)
parent61ae76563ec3b506235d5dd69c6fdacea321254d (diff)
Merge branch 'cleanup-clk-h-includes' into clk-next
* cleanup-clk-h-includes: (62 commits) clk: Remove clk.h from clk-provider.h clk: h8300: Remove clk.h and clkdev.h includes clk: at91: Include clk.h and slab.h clk: ti: Switch clk-provider.h include to clk.h clk: pistachio: Include clk.h clk: ingenic: Include clk.h clk: si570: Include clk.h clk: moxart: Include clk.h clk: cdce925: Include clk.h clk: Include clk.h in clk.c clk: zynq: Include clk.h clk: ti: Include clk.h clk: sunxi: Include clk.h and remove unused clkdev.h includes clk: st: Include clk.h clk: qcom: Include clk.h clk: highbank: Include clk.h clk: bcm: Include clk.h clk: versatile: Remove clk.h and clkdev.h includes clk: ux500: Remove clk.h and clkdev.h includes clk: tegra: Properly include clk.h ...
Diffstat (limited to 'drivers/clk/st')
-rw-r--r--drivers/clk/st/clk-flexgen.c1
-rw-r--r--drivers/clk/st/clkgen-fsyn.c1
-rw-r--r--drivers/clk/st/clkgen-mux.c1
-rw-r--r--drivers/clk/st/clkgen-pll.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/st/clk-flexgen.c b/drivers/clk/st/clk-flexgen.c
index 308dc2f265b1..ec20a2c6f9f3 100644
--- a/drivers/clk/st/clk-flexgen.c
+++ b/drivers/clk/st/clk-flexgen.c
@@ -5,6 +5,7 @@
5 * Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics. 5 * Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics.
6 * License terms: GNU General Public License (GPL), version 2 */ 6 * License terms: GNU General Public License (GPL), version 2 */
7 7
8#include <linux/clk.h>
8#include <linux/clk-provider.h> 9#include <linux/clk-provider.h>
9#include <linux/module.h> 10#include <linux/module.h>
10#include <linux/slab.h> 11#include <linux/slab.h>
diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c
index d9eb2e1d8471..aa3117db4514 100644
--- a/drivers/clk/st/clkgen-fsyn.c
+++ b/drivers/clk/st/clkgen-fsyn.c
@@ -15,6 +15,7 @@
15 15
16#include <linux/slab.h> 16#include <linux/slab.h>
17#include <linux/of_address.h> 17#include <linux/of_address.h>
18#include <linux/clk.h>
18#include <linux/clk-provider.h> 19#include <linux/clk-provider.h>
19 20
20#include "clkgen.h" 21#include "clkgen.h"
diff --git a/drivers/clk/st/clkgen-mux.c b/drivers/clk/st/clkgen-mux.c
index de6c64f7839b..81f2372b97ff 100644
--- a/drivers/clk/st/clkgen-mux.c
+++ b/drivers/clk/st/clkgen-mux.c
@@ -15,6 +15,7 @@
15 15
16#include <linux/slab.h> 16#include <linux/slab.h>
17#include <linux/of_address.h> 17#include <linux/of_address.h>
18#include <linux/clk.h>
18#include <linux/clk-provider.h> 19#include <linux/clk-provider.h>
19 20
20static DEFINE_SPINLOCK(clkgena_divmux_lock); 21static DEFINE_SPINLOCK(clkgena_divmux_lock);
diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c
index 72d1c27eaffa..cc2b52ec730a 100644
--- a/drivers/clk/st/clkgen-pll.c
+++ b/drivers/clk/st/clkgen-pll.c
@@ -16,6 +16,7 @@
16 16
17#include <linux/slab.h> 17#include <linux/slab.h>
18#include <linux/of_address.h> 18#include <linux/of_address.h>
19#include <linux/clk.h>
19#include <linux/clk-provider.h> 20#include <linux/clk-provider.h>
20 21
21#include "clkgen.h" 22#include "clkgen.h"