• Alan Stern's avatar
    USB: EHCI: miscellaneous cleanups for the library conversion · 1b36810e
    Alan Stern authored
    This patch (as1630) cleans up a few minor items resulting from the
    split-up of the ehci-hcd driver:
    
    	Remove the product_desc string from the ehci_driver_overrides
    	structure.  All drivers will use the generic "EHCI Host
    	Controller" string.  (This was requested by Felipe Balbi.)
    
    	Allow drivers to pass a NULL pointer to ehci_init_driver()
    	if they don't have to override any settings.
    
    	Remove a #define symbol that is no longer used from the
    	ChipIdea host driver.
    
    	Rename overrides to pci_overrides in ehci-pci.c, for
    	consistency with ehci-platform.c.
    
    	Mark the *_overrides structures as __initdata.
    Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
    Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    1b36810e
ehci-platform.c 5.13 KB