staging: comedi: cb_das16_cs: remove unused timer subdevice
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 25 Jun 2012 23:59:26 +0000 (16:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:30:52 +0000 (15:30 -0700)
commit5c416ef3f67e9f524ac3ab07c071323f66616373
treeaa4300b40254c94787a4332289c58b56cbfbde0c
parentadb2d69b0c6b803d197c4f3fad80ffebaba2ec4d
staging: comedi: cb_das16_cs: remove unused timer subdevice

The timer subdevice is never initialized due to the 'if (0)'. The
comedi callbacks also don't do anything and just return -EINVAL.

Remove the subdevice and associated code.

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