From: H Hartley Sweeten Date: Thu, 19 Jul 2012 02:03:59 +0000 (-0700) Subject: staging: comedi: me_daq: store the pci_dev in the comedi_device X-Git-Tag: v3.6-rc1~100^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27034e8ace5ab5289ee94fb53f9cd5aa821728dd;p=pandora-kernel.git staging: comedi: me_daq: store the pci_dev in the comedi_device Use the hw_dev pointer in the comedi_device struct to hold the pci_dev instead of carrying it in the private data. Since the pci_dev was the only thing in the private data, remove the struct, the devpriv macro, and it's allocation. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed