summaryrefslogtreecommitdiff
path: root/drivers/net/hydra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hydra.c')
-rw-r--r--drivers/net/hydra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hydra.c b/drivers/net/hydra.c
index 66da9e7a1f67..6eb7200c6bc9 100644
--- a/drivers/net/hydra.c
+++ b/drivers/net/hydra.c
@@ -60,7 +60,7 @@
#define WORDSWAP(a) ((((a)>>8)&0xff) | ((a)<<8))
#ifdef MODULE
-static struct net_device *root_hydra_dev = NULL;
+static struct net_device *root_hydra_dev;
#endif
static int __init hydra_probe(void);