staging: comedi: das08: Unmark some __maybe_unused functions
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:41 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:42 +0000 (12:00 -0700)
commit624fcb2661e8139fbea5a097ef341cab623be591
tree0cd4e5b9e3f47a5ea5b4167651f065b4787a07a8
parentf8165b7d49e4dc4c47cf944f136a9c9967beb24e
staging: comedi: das08: Unmark some __maybe_unused functions

The `das08jr_di_rbits()`, `das08jr_do_wbits()`, `das08jr_ao_winsn()` and
`das08ao_ao_winsn()` static functions are currently marked as
`__maybe_unused` as they were formerly only referred to by possibly
conditionally compiled out code.  This is no longer the case (they are
referred to by `das08_common_attach()`) so their `__maybe_unused` tags
can be removed.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c