From: Jon Schindler Date: Thu, 6 Mar 2008 02:50:16 +0000 (-0800) Subject: drivers/net/apne.c: replace init_module&cleanup_module with module_init&module_exit X-Git-Tag: v2.6.25-rc6~31^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfbb6771b11c161aaee0cc839f923fc208868b8;p=pandora-kernel.git drivers/net/apne.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 Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed