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

No differences found