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)
commit5852e93d4b67b9996a18541a657f87f1ae8c6a4a
tree621ecd773d33af9b47db1289e194d70cb43cfd2f
parent10f6c4d6ab2cdde768e29f41fbfbdde6c91fd1ff
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