]> git.sur5r.net Git - u-boot/blobdiff - drivers/pwm/exynos_pwm.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / pwm / exynos_pwm.c
index 9520a14387d9e97e33a10795b8eac424c317a522..127575263ae9b51510d01ea5f25edc3533d357e6 100644 (file)
@@ -12,8 +12,6 @@
 #include <asm/arch/clock.h>
 #include <asm/arch/pwm.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct exynos_pwm_priv {
        struct s5p_timer *regs;
 };