Commit 5d40d90f authored by Stephen Hemminger's avatar Stephen Hemminger

[PATCH] sk_g16 missing declaration

The new probe code in net-drivers-2.5-exp lost a declaration for the
module case (thanks al).
parent d081993a
......@@ -604,6 +604,9 @@ MODULE_PARM_DESC(io, "0 to probe common ports (unsafe), or the I/O base of the b
#ifdef MODULE
static struct net_device *SK_dev;
static int __init SK_init_module (void)
{
SK_dev = SK_init(-1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment