staging: comedi: cb_das16_cs: add module_{init, exit} declarations
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 25 Jun 2012 22:18:17 +0000 (15:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:20:19 +0000 (15:20 -0700)
commit3bbb82c4b4150d4eb88bf3123bfb9ec51700730f
tree1486d5e124e34d88ab39bd997ce356d9286ce69e
parent16920671cd157c8ab2e431b4c612888d3085220e
staging: comedi: cb_das16_cs: add 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/cb_das16_cs.c
This page took 0.025687 seconds and 5 git commands to generate.