staging: comedi: ni_daq_700: add the module_{init, exit} declarations
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 22 Jun 2012 23:13:26 +0000 (16:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 03:55:04 +0000 (20:55 -0700)
commit113f7021497e5203dec3fba05294a6f184852db9
treef7ae14b1f40f5e1d1c83817624dccff5f11d4c91
parentc0a97efc59c675e10390f61ba62ca2f0474c5206
staging: comedi: ni_daq_700: add the module_{init, exit} declarations

The init and exit functions for this module were being declared
as global symbols. Add the module_{init,exit} declarations and
make the functions static. Also, rename the functions so they
have namespace associated with the module.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_daq_700.c