diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-14 02:47:44 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 21:11:41 +0300 |
commit | 6acc63b5023cbd03d2e04e24cc8d979a69a8ab27 (patch) | |
tree | 3e6c40d6171126e34bbeb443d4823b0de7f1486b /drivers/clk/h8300 | |
parent | 6a8ce8c96c1b2fce0a275b5858c3508ca419d8cb (diff) | |
download | linux-6acc63b5023cbd03d2e04e24cc8d979a69a8ab27.tar.xz |
clk: h8300: Remove clk.h and clkdev.h includes
Neither of these includes are used in these files, remove them.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/h8300')
-rw-r--r-- | drivers/clk/h8300/clk-div.c | 2 | ||||
-rw-r--r-- | drivers/clk/h8300/clk-h8s2678.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/h8300/clk-div.c b/drivers/clk/h8300/clk-div.c index 56f9eba91b83..1aaf75edf097 100644 --- a/drivers/clk/h8300/clk-div.c +++ b/drivers/clk/h8300/clk-div.c @@ -4,8 +4,6 @@ * Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */ -#include <linux/clk.h> -#include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/err.h> #include <linux/of.h> diff --git a/drivers/clk/h8300/clk-h8s2678.c b/drivers/clk/h8300/clk-h8s2678.c index 4701b093e497..44aa45f71f1b 100644 --- a/drivers/clk/h8300/clk-h8s2678.c +++ b/drivers/clk/h8300/clk-h8s2678.c @@ -4,8 +4,6 @@ * Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */ -#include <linux/clk.h> -#include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/err.h> #include <linux/device.h> |