From: Russell King Date: Wed, 27 Jul 2005 10:34:27 +0000 (+0100) Subject: [SERIAL] Pass around serial_private instead of pci_dev X-Git-Tag: v2.6.14-rc1~1053^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70db3d91a5228c98603c55fa06c87184a1f9f6db;p=pandora-kernel.git [SERIAL] Pass around serial_private instead of pci_dev Pass the serial_private structure via the setup method instead of the pci_dev. We don't want to assume that the pci_dev's driver data is a pointer to serial_private. Instead, put the pci_dev inside serial_private. Signed-off-by: Russell King --- Reading git-diff-tree failed