]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
USB: ehci-omap: Get rid of omap_ehci_init()
authorRoger Quadros <rogerq@ti.com>
Wed, 13 Mar 2013 13:16:03 +0000 (15:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:54:26 +0000 (11:54 -0700)
commit413fd1e9aa3e0441e64ed4703ce1bba164e135c0
treeca07eb55b1b39e30f85cc8ab663a764b380b2649
parent49f092198f4fd2c70847de7151d33df08929af51
USB: ehci-omap: Get rid of omap_ehci_init()

As it does almost nothing, get rid of omap_ehci_init()
and move the ehci->caps initialization part into probe().

Also remove the outdated TODO list from header.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c