aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-h32mx.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-01-27 15:17:37 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-02-17 17:53:04 +0100
commit0002ca168f16e5b6ac67415a4e0198cc39af2b7f (patch)
treee1ec5c0caa4ff4051f28242cf3d7e5a53936c952 /drivers/clk/at91/clk-h32mx.c
parentclk: at91: pmc: remove useless capacities handling (diff)
downloadlinux-dev-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.tar.xz
linux-dev-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.zip
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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clk/at91/clk-h32mx.c b/drivers/clk/at91/clk-h32mx.c
index 3fd59b129f92..819f5842fa66 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>