]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: octeon-usb: eliminate cvmx_usb_internal_state
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sun, 6 Oct 2013 19:22:25 +0000 (22:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 05:02:21 +0000 (22:02 -0700)
commitcb61c600987c61ae54edf5dee269987411bdff4b
tree70ae3324f7ee0f645425e57bdd83eff181aaa7ad
parent6570b4a991d6eff5290321d26b16c9954482e264
staging: octeon-usb: eliminate cvmx_usb_internal_state

Eliminate cvmx_usb_internal_state, just use cvmx_usb_state everywhere.
This also enables to allocate only the needed amount of data for the
USB internal state, instead of always allocating 64 KB.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c