diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-27 15:17:37 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-02-17 17:53:04 +0100 |
commit | 0002ca168f16e5b6ac67415a4e0198cc39af2b7f (patch) | |
tree | e1ec5c0caa4ff4051f28242cf3d7e5a53936c952 /drivers/clk/at91/clk-h32mx.c | |
parent | 60cad091a5fefa4866c0fdea8cc34c97622de578 (diff) | |
download | op-kernel-dev-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.zip op-kernel-dev-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.tar.gz |
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-h32mx.c')
-rw-r--r-- | drivers/clk/at91/clk-h32mx.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clk/at91/clk-h32mx.c b/drivers/clk/at91/clk-h32mx.c index 3fd59b1..819f584 100644 --- a/drivers/clk/at91/clk-h32mx.c +++ b/drivers/clk/at91/clk-h32mx.c @@ -15,15 +15,7 @@ #include <linux/clk-provider.h> #include <linux/clkdev.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/sched.h> -#include <linux/wait.h> #include <linux/regmap.h> #include <linux/mfd/syscon.h> |