From: Ian Abbott Date: Tue, 6 May 2014 12:12:18 +0000 (+0100) Subject: staging: comedi: remove subdevice member of struct comedi_async X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2891911a32e81942cefb1bbc1398f39e9fe76db5;p=pandora-kernel.git staging: comedi: remove subdevice member of struct comedi_async The `async` member of `struct comedi_subdevice` may point to a `struct comedi_async` or may be NULL. The `subdevice` member of `struct comedi_async` points back to the `struct comedi_subdevice` associated with it in a one-to-one relationship. All uses of the `subdevice` member of `struct comedi_async` apart from its initialization have now been removed (by passing around a pointer to the subdevice instead of to the "async" structure), so get rid of it. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed