]> git.ipfire.org Git - thirdparty/u-boot.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, 4 Jun 2019 10:44:49 +0000 (12:44 +0200)
commitb187660f2e5e2bcf19f7c5296d6f299f72592056
treedfd1f827248f30636ac08949011e552096d7a311
parentae80b8ce892d1ed10f088791eaf3cbcf3a23d60c
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