PCI: fix compiler warnings in pci_get_subsys()
authorGreg KH <gregkh@suse.de>
Tue, 26 Aug 2008 15:20:34 +0000 (08:20 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 16 Sep 2008 22:52:08 +0000 (15:52 -0700)
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>

No differences found