From: Ian Abbott Date: Thu, 1 Nov 2012 16:28:28 +0000 (+0000) Subject: staging: comedi: gsc_hpdi: remove devpriv->hw_dev X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~692 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd67ad4433a91c6c14188d5250ebdd86d4995f79;p=pandora-kernel.git staging: comedi: gsc_hpdi: remove devpriv->hw_dev The `hw_dev` member of `struct hpdi_private` is used to point to the `struct pci_dev`. This is redundant as the `struct comedi_device` already has a pointer to the `struct device` within the `struct pci_dev` and there is a convenient inline function, `comedi_to_pci_dev(dev)` that returns a pointer to the `struct pci_dev`. Remove the redundant `hw_dev` member and use alternate ways to get at the `struct pci_dev`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed