diff options
Diffstat (limited to 'drivers/net/hplance.c')
| -rw-r--r-- | drivers/net/hplance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hplance.c b/drivers/net/hplance.c index 03316dfef7f3..7b4e6536adab 100644 --- a/drivers/net/hplance.c +++ b/drivers/net/hplance.c @@ -63,7 +63,7 @@ static void hplance_writerdp(struct hplance_private *lp, unsigned short value); static unsigned short hplance_readrdp(struct hplance_private *lp); #ifdef MODULE -static struct hplance_private *root_hplance_dev = NULL; +static struct hplance_private *root_hplance_dev; #endif /* Find all the HP Lance boards and initialise them... */ |
