summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-20 01:00:46 +0300
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 20:52:56 +0300
commite715e2b1a67be39c8026cb6d77563774f989ba90 (patch)
treea0f1d77913e5d652485d57b47129b840e8db0def
parent893418e40768251c62e282bcfe25ebf24c6bcb7a (diff)
downloadlinux-e715e2b1a67be39c8026cb6d77563774f989ba90.tar.xz
clk: mux: Remove clk.h include
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/clk-mux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-mux.c b/drivers/clk/clk-mux.c
index 6066a01b20ea..c705cf573569 100644
--- a/drivers/clk/clk-mux.c
+++ b/drivers/clk/clk-mux.c
@@ -10,7 +10,6 @@
* Simple multiplexer clock implementation
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/slab.h>