Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[pandora-u-boot.git] / drivers / pwm / sandbox_pwm.c
index fcb1084..48f1698 100644 (file)
@@ -11,8 +11,6 @@
 #include <pwm.h>
 #include <asm/test.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 enum {
        NUM_CHANNELS    = 3,
 };