[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

@@ -1659,7 +1659,7 @@ int __init init_module(void)
* transmit operations are allowed to start scribbling into memory.
*/
void cleanup_module(void)
void __exit cleanup_module(void)
{
unregister_netdev(this_device);
cleanup_card(this_device);