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)
commit0324e75db24bb99c6b7e096d84f273429eb94163
tree66b6267523617f1df163c22cfedd6cfd0f53a78d
parent00bc2e49e7bfd499ee925f552155c328d765bf8a
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