commit | b08508c40adf3fd1330aabc4f37d3254179776c4 | [log] [tgz] |
---|---|---|
author | Greg KH <gregkh@suse.de> | Tue Aug 26 08:20:34 2008 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Sep 16 15:52:08 2008 -0700 |
tree | 53a9605ef9d9c937465fa47b05fb9b1a5b52f2e0 | |
parent | e1f4f59d1ab9ebac44830d6ae450fb358ac559d3 [diff] |
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 <rufus-azrael@numericable.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>