mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
smc-mca: Fix build failure due to typo.
ultra_netdev_ops --> ultramca_netdev_ops Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7035560287
commit
3d4cd60ed0
@ -183,7 +183,7 @@ static char *smc_mca_adapter_names[] __initdata = {
|
||||
static int ultra_found = 0;
|
||||
|
||||
|
||||
static const struct net_device_ops ultra_netdev_ops = {
|
||||
static const struct net_device_ops ultramca_netdev_ops = {
|
||||
.ndo_open = ultramca_open,
|
||||
.ndo_stop = ultramca_close_card,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user