]> git.baikalelectronics.ru Git - kernel.git/commit
net: qualcomm: use net_device_ops instead of direct call
authorStefan Wahren <stefan.wahren@i2se.com>
Mon, 29 May 2017 11:57:13 +0000 (13:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 17:57:28 +0000 (13:57 -0400)
commit9e062b25cdf8845ae21bd6795e76ca6aeeb3e7ab
tree66b6267523617f1df163c22cfedd6cfd0f53a78d
parent18635bc76d8719b517eeb4716754dd330321c364
net: qualcomm: use net_device_ops instead of direct call

There is no need to export qcaspi_netdev_open and qcaspi_netdev_close
because they are also accessible via the net_device_ops.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/qca_debug.c
drivers/net/ethernet/qualcomm/qca_spi.c
drivers/net/ethernet/qualcomm/qca_spi.h