Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d4cd60e authored by David S. Miller's avatar David S. Miller
Browse files

smc-mca: Fix build failure due to typo.



ultra_netdev_ops --> ultramca_netdev_ops

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 70355602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,