Skip to content

Commit

Permalink
timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR
Browse files Browse the repository at this point in the history
The dw-apb timer does not use 'gd', so remove its declaration.

Signed-off-by: Simon Goldschmidt <[email protected]>
  • Loading branch information
goldsimon authored and Marek Vasut committed May 10, 2019
1 parent 8ede751 commit 460a97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/timer/dw-apb-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 460a97f

Please sign in to comment.