From: Alan Cox Date: Sun, 1 Oct 2006 06:27:59 +0000 (-0700) Subject: [PATCH] ip2: use newer pci_get functions X-Git-Tag: v2.6.19-rc1~584 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aff0ecafb5e94515dc37849fd32a810554f34f4;p=pandora-kernel.git [PATCH] ip2: use newer pci_get functions This is one of a series of patches I plan to gradually trickle into the tree which eliminates almost all remaining use of pci_find_* and lets me build a pci_find_* free kernel for all but some obscure ISDN and SCSI drivers. This is important as all pci_find_* users are not hotplug safe - even if they are not the device being plugged. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed