From: Greg KH Date: Tue, 26 Aug 2008 15:20:34 +0000 (-0700) Subject: PCI: fix compiler warnings in pci_get_subsys() X-Git-Tag: v2.6.27-rc8~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08508c40adf3fd1330aabc4f37d3254179776c4;p=pandora-kernel.git PCI: fix compiler warnings in pci_get_subsys() pci_get_subsys() changed in 2.6.26 so that the from pointer is modified when the call is being invoked, so fix up the 'const' marking of it that the compiler is complaining about. Reported-by: Rufus & Azrael Signed-off-by: Greg Kroah-Hartman Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed