hydra: fix compilation
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 9 Dec 2008 07:50:18 +0000 (23:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2008 07:50:18 +0000 (23:50 -0800)
drivers/net/hydra.c:163: error: 'hydra_netdev_ops' undeclared (first use in this function)

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hydra.c

index b919802..9cb38a8 100644 (file)
@@ -94,7 +94,7 @@ static int __devinit hydra_init_one(struct zorro_dev *z,
     return 0;
 }
 
-static const struct net_device_ops etherh_netdev_ops = {
+static const struct net_device_ops hydra_netdev_ops = {
        .ndo_open               = hydra_open,
        .ndo_stop               = hydra_close,