staging: comedi: remove 'settling_time_0' from subdevice
authorIan Abbott <abbotti@mev.co.uk>
Mon, 7 Oct 2013 15:50:06 +0000 (16:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Oct 2013 02:00:41 +0000 (19:00 -0700)
commitcd94d281e9fa804c42a4e1b61f4430dbbf4cea18
treea97b5400bdbf5fbcf7763c51a9e615d0e0d6f481
parent64d9b1d293fef4854a759ad946c2b99a20cc197b
staging: comedi: remove 'settling_time_0' from subdevice

The `settling_time_0` member of `struct comedi_subdevice` can be set by
a low-level comedi driver and will be copied to user-space as part of
the information provided by the `COMEDI_SUBDINFO` ioctl.  No comedi
driver has ever set it; it's just been left at its initial value of 0.
Remove it to save a bit of space, and behave as though it is 0.

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