diff options
Diffstat (limited to 'drivers/clk/samsung/clk-exynos5410.c')
-rw-r--r-- | drivers/clk/samsung/clk-exynos5410.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/samsung/clk-exynos5410.c b/drivers/clk/samsung/clk-exynos5410.c index 2654077211e7..baa9988c7bb7 100644 --- a/drivers/clk/samsung/clk-exynos5410.c +++ b/drivers/clk/samsung/clk-exynos5410.c @@ -4,13 +4,11 @@ * Author: Tarek Dakhran <t.dakhran@samsung.com> * * Common Clock Framework support for Exynos5410 SoC. -*/ + */ #include <dt-bindings/clock/exynos5410.h> #include <linux/clk-provider.h> -#include <linux/of.h> -#include <linux/of_address.h> #include <linux/clk.h> #include "clk.h" |