Re: drivers/net/sk98lin/skproc.c undefined root_dev

David S. Miller (davem@redhat.com)
Sun, 5 Aug 2001 22:43:42 -0700 (PDT)


Keith Owens writes:
> drivers/net/sk98lin/skproc.c:extern struct net_device *root_dev
> Defined extern, all other definitions of root_dev are static, except in
> sparc. CONFIG_SK98LIN is not limited to sparc. Either the config is
> wrong or the code in skproc is wrong.

I think two things are wrong here, nice spotting:

1) root_dev in the sk98lin driver needs another name if it is
going to be exported to multiple objects within the driver.
Something like sk98lin_root_dev.

2) It should be non-static in skge.c

I distinctly remember it compiling and working correctly on x86
sometime earlier in the 2.4.x series, so perhaps this brokenness
is recent.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/