From: Simon Goldschmidt Date: Thu, 9 May 2019 20:11:55 +0000 (+0200) Subject: timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2019.07-rc2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460a97f3a2d4308b804f833b1a0beb0cf92c925e;p=pandora-u-boot.git timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR The dw-apb timer does not use 'gd', so remove its declaration. Signed-off-by: Simon Goldschmidt --- diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c index cb48801af1..86312b8dc7 100644 --- a/drivers/timer/dw-apb-timer.c +++ b/drivers/timer/dw-apb-timer.c @@ -17,8 +17,6 @@ #define DW_APB_CURR_VAL 0x4 #define DW_APB_CTRL 0x8 -DECLARE_GLOBAL_DATA_PTR; - struct dw_apb_timer_priv { fdt_addr_t regs; };