git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32e606
)
staging: comedi: ke_counter: store the pci_dev in the comedi_device
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Thu, 19 Jul 2012 02:02:50 +0000
(19:02 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:51:38 +0000
(16:51 -0700)
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found