]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_init...
authorJon Schindler <jkschind@gmail.com>
Thu, 6 Mar 2008 02:49:51 +0000 (18:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2008 02:49:51 +0000 (18:49 -0800)
commit7249d4c3985454ee5cd150198bb21cb15dee242e
treeb897e2ad35205c107ceff957aa4505895b757b6c
parent32c9874759651b69e496f89ec9e5e6702f67ffca
drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and
module_init/module_exit.

Signed-off-by: Jon Schindler <jkschind@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arcnet/capmode.c