]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/core/hcd.c
USB: handle pci_name() being const
[linux-2.6-omap-h63xx.git] / drivers / usb / core / hcd.c
index 42a436478b78bba99c05a9cf609ea89e4e11adfe..07f7bedf4dca6b73450e174e0c2771a60fe71298 100644 (file)
@@ -1764,7 +1764,7 @@ EXPORT_SYMBOL_GPL (usb_hc_died);
  * If memory is unavailable, returns NULL.
  */
 struct usb_hcd *usb_create_hcd (const struct hc_driver *driver,
-               struct device *dev, char *bus_name)
+               struct device *dev, const char *bus_name)
 {
        struct usb_hcd *hcd;