From: Ian Abbott Date: Mon, 7 Oct 2013 15:50:06 +0000 (+0100) Subject: staging: comedi: remove 'settling_time_0' from subdevice X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~419 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd94d281e9fa804c42a4e1b61f4430dbbf4cea18;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed