commit | fb2fc2fcfb182b9ae4f1a85607ef8d24530f5ce9 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Thu May 09 22:11:55 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri May 10 22:48:11 2019 +0200 |
tree | d2c69119c819bcbca0d09cf5da63ad6d030d04f7 | |
parent | 340e0ea905938547a2cafe88a8ee09f2f397cc0f [diff] |
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 <simon.k.r.goldschmidt@gmail.com>
diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c index cb48801..86312b8 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; };