]> git.sur5r.net Git - u-boot/blobdiff - drivers/watchdog/ast_wdt.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / watchdog / ast_wdt.c
index aab077e3d1eb48de971a62c542431d27b5256bf5..353984484087ea6635bfe97a3c38b4f36299cb24 100644 (file)
@@ -14,8 +14,6 @@
 #define WDT_AST2500    2500
 #define WDT_AST2400    2400
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct ast_wdt_priv {
        struct ast_wdt *regs;
 };