Skip to content

Commit

Permalink
hydra: fix compilation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Dec 9, 2008
1 parent 6fdd34d commit e421300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit e421300

Please sign in to comment.