]> git.baikalelectronics.ru Git - uboot.git/commit
timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 9 May 2019 20:11:55 +0000 (22:11 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 10 May 2019 20:48:11 +0000 (22:48 +0200)
commitc5e0f269f7b97575f24c1fb295ec7a03bb46dee5
treed2c69119c819bcbca0d09cf5da63ad6d030d04f7
parent576f6e21ef609773c9e37c9afb5da5e6100f1880
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>
drivers/timer/dw-apb-timer.c