From: Yinghai Lu Date: Mon, 19 Mar 2012 05:46:26 +0000 (-0700) Subject: PCI: Kill pci_is_reassigndev() X-Git-Tag: v3.9-rc1~82^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c463a7a3b96285133c37e230781a1274abbd31;p=pandora-kernel.git PCI: Kill pci_is_reassigndev() pci_reassigndev_resource_alignment() is the only user of pci_is_reassigndev(). If we just use pci_specified_resource_alignment() directly, we only need to call it once instead of twice, and we can get rid of pci_is_reassigndev() altogether. No functional change. [bhelgaas: changelog] Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed