aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/at91/clk-programmable.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-programmable.c
parentclk: at91: pmc: remove useless capacities handling (diff)
downloadwireguard-linux-0002ca168f16e5b6ac67415a4e0198cc39af2b7f.tar.xz
wireguard-linux-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-programmable.c')
-rw-r--r--drivers/clk/at91/clk-programmable.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/at91/clk-programmable.c b/drivers/clk/at91/clk-programmable.c
index 78814ba448c4..bc0be629671b 100644
--- a/drivers/clk/at91/clk-programmable.c
+++ b/drivers/clk/at91/clk-programmable.c
@@ -12,10 +12,6 @@
#include <linux/clkdev.h>
#include <linux/clk/at91_pmc.h>
#include <linux/of.h>
-#include <linux/of_address.h>
-#include <linux/io.h>
-#include <linux/wait.h>
-#include <linux/sched.h>
#include <linux/mfd/syscon.h>
#include <linux/regmap.h>