mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
8ede7515fe
commit
460a97f3a2
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue