commit | 0b9075052669c7e6f54446687bbf74d932791f59 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Dec 04 01:36:36 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Dec 17 21:54:38 2015 +0100 |
tree | eae91757d005531261f64a3141c9631c328d04a6 | |
parent | 67ec9dce8bd8e715c5b4e4f30d3d2fd28e02f5ff [diff] |
usb: s3c-otg: Split private bits from s3c_udc.h Most of the functions are local to the s3c_udc driver, remove them from the s3c_udc.h header to stop those bits from propagating all over the place. Instead, move all the private stuff into new private s3c_udc_otg_priv.h header. Signed-off-by: Marek Vasut <marex@denx.de>