staging: comedi: dmm32at: remove forward declarations 2
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 3 Jul 2012 01:11:56 +0000 (18:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:21 +0000 (15:51 -0700)
commit47ae6a72597c29745fc18d693fe00bc8a537cfdf
treeb04998604df91d671a0026285540b2bc07a32d9f
parent4f793db33dc3bab1b77a540386a662fbfd595e08
staging: comedi: dmm32at: remove forward declarations 2

Move the dmm32at_ns_to_timer() and dmm32at_setaitimer() functions
to remove the need for the remaining forward declarations.

Also, make dmm32at_setaitimer() static, it's only referenced in
this file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dmm32at.c