]> git.baikalelectronics.ru Git - 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)
commit36807355cb196d80553e203df8b28c63a36c8d50
treeca07eb55b1b39e30f85cc8ab663a764b380b2649
parenta25d147ce34fe9f8ac148ab2c804b1f7ecf9bb35
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