From: H Hartley Sweeten Date: Tue, 14 May 2013 20:35:15 +0000 (-0700) Subject: staging: comedi: usbduxfast: remove 'usb' from the private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~653 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f2e0f9d1d7abc279ec60e2f15322e3b6d21051;p=pandora-kernel.git staging: comedi: usbduxfast: remove 'usb' from the private data The usb_device pointer can be fetched when needed from the comedi_device by using comedi_to_usb_interface() then interface_to_usbdev(). Do that instead and remove the pointer from the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed