]> 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)
commita067830502c45e4424754d70387b329c2d5c0756
tree621ecd773d33af9b47db1289e194d70cb43cfd2f
parent19b93173b6d84324c51470c4e452e182629769b8
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