OSDN Git Service

staging: comedi: comedi_fops: remove last forward declaration
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 21 Jan 2013 21:02:59 +0000 (14:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 22:25:07 +0000 (14:25 -0800)
commit5b6cbd87d3b9324e2c4200dd5b1b275999044ad8
treee2caad7f35d59fe14c81d80d21b6408cff2b34f1
parent37fbb4acda89447b8b37e0cc5d1bd8f7ce9b1bb4
staging: comedi: comedi_fops: remove last forward declaration

There is still a forward declaration in this file for parse_insn().
Remove the need for it by moving do_insnlist_ioctl() down a bit.

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/comedi_fops.c