]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
USB: Drop ehci_alloc/ehci_free in ehci-hcd
authorMarek Vasut <marex@denx.de>
Sun, 8 Apr 2012 21:32:05 +0000 (23:32 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 20 May 2012 06:32:32 +0000 (08:32 +0200)
commitde98e8b22a10676fd226318c92a9be7f519208ca
treefa34af716e76716dd741bd146dfc0a0778495e6b
parentf57661394a8b00029e37a5567a869e92bd13f3b8
USB: Drop ehci_alloc/ehci_free in ehci-hcd

These two functions were called only from ehci_submit_async(), therefore
dissolve them as part of ehci_submit_async() to get rid of all those static
variables.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/host/ehci-hcd.c