Skip to content

Commit

Permalink
smc-mca: Fix build failure due to typo.
Browse files Browse the repository at this point in the history
ultra_netdev_ops --> ultramca_netdev_ops

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 26, 2008
1 parent 7035560 commit 3d4cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/smc-mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 3d4cd60

Please sign in to comment.