]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13670ea43e2d9236dc61d8d18046b7c4c5d39d77
treecc726ca42457a9981f0b6133a31512dec4a6b280
parentf9f877e275b7192f81e1d388357b45f857937695
drivers/net/appletalk/ltpc.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/appletalk/ltpc.c