]> git.baikalelectronics.ru Git - uboot.git/commit
net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driver
authorMichal Simek <michal.simek@xilinx.com>
Thu, 25 Apr 2019 18:30:22 +0000 (11:30 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:35:43 +0000 (09:35 +0200)
commit7aafe5b966fd1ec445b4e61e84c9dc3066943575
tree73e2c3e1397aa48ea79ff6f8c156ea10371406a2
parent7025e9f838d87b934d4738841682aa6c1a9a40e4
net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driver

GD is not used anywhere that's why there is no reason to have this macro
in the driver.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/zynq_gem.c