]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: mite: use module_init()/module_exit()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:34:35 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:10 +0000 (05:09 -0700)
commita09b027882414f3e75398898905ffb1525056c55
tree33001d26106f594714d01d32d98bc52458022803
parent551e2c3cf7733ac141768fc6cbdb05d6633d08a6
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 <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mite.c