]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
smc-mca: Fix build failure due to typo.
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2008 09:52:15 +0000 (01:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2008 09:52:15 +0000 (01:52 -0800)
ultra_netdev_ops --> ultramca_netdev_ops

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/smc-mca.c

index ae5f38d9941ca2e61d3b23be28b9ff3ab889269d..404b80e5ba11b7cea9f2c3f7ad987704b6b8c280 100644 (file)
@@ -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,