diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 00:00:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 20:11:18 +0200 |
commit | a162ca912cf792073b0b2450377fd1cd5d5c6cb5 (patch) | |
tree | 876a3c617e145b238e8d80ba0a0b4d61225a2f0b /drivers/clk/ux500/u9540_clk.c | |
parent | clk: tegra: Properly include clk.h (diff) | |
download | linux-a162ca912cf792073b0b2450377fd1cd5d5c6cb5.tar.xz linux-a162ca912cf792073b0b2450377fd1cd5d5c6cb5.zip |
clk: ux500: Remove clk.h and clkdev.h includes
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. Also remove clkdev.h in files that aren't using
it.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/ux500/u9540_clk.c')
-rw-r--r-- | drivers/clk/ux500/u9540_clk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/ux500/u9540_clk.c b/drivers/clk/ux500/u9540_clk.c index 44794782e7e0..179bd3871b34 100644 --- a/drivers/clk/ux500/u9540_clk.c +++ b/drivers/clk/ux500/u9540_clk.c @@ -7,8 +7,6 @@ * License terms: GNU General Public License (GPL) version 2 */ -#include <linux/clk.h> -#include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/mfd/dbx500-prcmu.h> #include <linux/platform_data/clk-ux500.h> |