VIDEO: cyberpro: update handling of device structures
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Aug 2010 09:18:29 +0000 (10:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 11 Feb 2011 10:16:06 +0000 (10:16 +0000)
Provide the framebuffer device with its correct parent (the PCI
device for PCI connected cards.)  Also, use this struct device to
pass to sub-drivers rather than the pci_dev structure, which is
really what they want.  Also propagate the assigned IRQ, which
they were getting direct from the PCI device structure.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found