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)
commite8a1d919d16abaccc4564bd913cac9a0c1aaf078
tree220a5610ca7aea6ad769205cb00c67292748d9cf
parent3cfbb6771b11c161aaee0cc839f923fc208868b8
drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&module_exit

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>
drivers/net/ac3200.c