]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: handle pci_name() being const
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Jul 2008 19:46:22 +0000 (12:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:15:46 +0000 (15:15 -0700)
commit1b26da1510c02a2dac33c0ea48904256dcec4617
tree374c8aa6f6283199e51ad83eff6dd239fd543060
parentc5e46007e9737b77a79ec79ed95262c0ce996d6a
USB: handle pci_name() being const

This changes usb_create_hcd() to be able to handle the fact that
pci_name() has changed to a constant string.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c
drivers/usb/core/hcd.h
include/linux/usb.h