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

Commit e4213003 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

hydra: fix compilation



drivers/net/hydra.c:163: error: 'hydra_netdev_ops' undeclared (first use in this function)

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6fdd34d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,