[PATCH] es3210 section fix
WARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xdf) and 'es_close' WARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x100) and 'es_close' Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
b1176b95b4
commit
5757f5c6d7
1 changed files with 1 additions and 2 deletions
|
@ -421,8 +421,7 @@ MODULE_PARM_DESC(mem, "memory base address(es)");
|
||||||
MODULE_DESCRIPTION("Racal-Interlan ES3210 EISA ethernet driver");
|
MODULE_DESCRIPTION("Racal-Interlan ES3210 EISA ethernet driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
int
|
int __init init_module(void)
|
||||||
init_module(void)
|
|
||||||
{
|
{
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
int this_dev, found = 0;
|
int this_dev, found = 0;
|
||||||
|
|
Loading…
Reference in a new issue