drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&module_exit
authorJon Schindler <jkschind@gmail.com>
Thu, 6 Mar 2008 02:50:41 +0000 (18:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2008 02:50:41 +0000 (18:50 -0800)
Replace 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>

No differences found