Commits
Axel Haslam committed 02ff8898b45
USB: ohci: da8xx: use ohci priv data instead of globals commit c7a4f9f35b5770263f984ab7a6ca2dcf5de1f24f upstream. Instead of global variables, use the extra_priv_size of the ohci driver. We cannot yet move the ocic mask because this is used on the interrupt handler which is registered through platform data and does not have an hcd pointer. This will be moved on a later patch. Tested-by: David Lechner <david@lechnology.com> Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sekhar Nori <nsekhar@ti.com>