From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:35 +0000 (+0100) Subject: staging: comedi: mite: use module_init()/module_exit() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09b027882414f3e75398898905ffb1525056c55;p=pandora-kernel.git staging: comedi: mite: use module_init()/module_exit() Rename the standard `init_module()` and `cleanup_module()` functions and make them static. Use `module_init()` and `module_exit()` to mark the renamed functions as the module init and exit functions. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed