]> git.baikalelectronics.ru Git - kernel.git/commit
net: axienet: Remove unused parameter from __axienet_device_reset
authorTobias Klauser <tklauser@distanz.ch>
Thu, 13 Oct 2016 11:28:33 +0000 (13:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Oct 2016 16:15:28 +0000 (12:15 -0400)
commitaee969fad67dca3831ab1ae152aa2e06c953420d
tree621ecd773d33af9b47db1289e194d70cb43cfd2f
parent50c7e169abf51410932e01a993cadd2644bf3f4f
net: axienet: Remove unused parameter from __axienet_device_reset

The dev parameter passed to __axienet_device_reset() is not used inside
the function, so remove it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c