diff options
Diffstat (limited to 'drivers/clk/exynos/clk-exynos7420.c')
-rw-r--r-- | drivers/clk/exynos/clk-exynos7420.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/exynos/clk-exynos7420.c b/drivers/clk/exynos/clk-exynos7420.c index e34945dbbc..832b2d8765 100644 --- a/drivers/clk/exynos/clk-exynos7420.c +++ b/drivers/clk/exynos/clk-exynos7420.c @@ -14,8 +14,6 @@ #include <dt-bindings/clock/exynos7420-clk.h> #include "clk-pll.h" -DECLARE_GLOBAL_DATA_PTR; - #define DIVIDER(reg, shift, mask) \ (((readl(reg) >> shift) & mask) + 1) |