diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-27 17:17:37 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-02-17 19:53:04 +0300 |
commit | 0002ca168f16e5b6ac67415a4e0198cc39af2b7f (patch) | |
tree | e1ec5c0caa4ff4051f28242cf3d7e5a53936c952 /drivers/clk/at91/clk-slow.c | |
parent | 60cad091a5fefa4866c0fdea8cc34c97622de578 (diff) | |
download | linux-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.tar.xz |
clk: at91: remove useless includes
Over time, some includes were copy pasted from other clocks drivers but are
not necessary.
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/clk/at91/clk-slow.c')
-rw-r--r-- | drivers/clk/at91/clk-slow.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clk/at91/clk-slow.c b/drivers/clk/at91/clk-slow.c index 1f76113db889..911e941f8318 100644 --- a/drivers/clk/at91/clk-slow.c +++ b/drivers/clk/at91/clk-slow.c @@ -12,19 +12,11 @@ #include <linux/clk-provider.h> #include <linux/clkdev.h> -#include <linux/slab.h> #include <linux/clk/at91_pmc.h> #include <linux/delay.h> #include <linux/of.h> -#include <linux/of_address.h> -#include <linux/of_irq.h> -#include <linux/io.h> -#include <linux/interrupt.h> -#include <linux/irq.h> #include <linux/mfd/syscon.h> #include <linux/regmap.h> -#include <linux/sched.h> -#include <linux/wait.h> #include "pmc.h" #include "sckc.h" |