[PATCH] trivial missing __init in drivers/net/*

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2006-06-14 18:50:53 -04:00
parent 059807755c
commit afc8eb46c0
33 changed files with 37 additions and 37 deletions

View File

@ -437,7 +437,7 @@ int __init init_module(void)
return -ENXIO;
}
void cleanup_module(void)
void __exit cleanup_module(void)
{
int this_dev;