usb: s3c-otg: Split private bits from s3c_udc.h
authorMarek Vasut <marex@denx.de>
Fri, 4 Dec 2015 00:36:36 +0000 (01:36 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 17 Dec 2015 20:54:38 +0000 (21:54 +0100)
commit2c12ff039ca6e36c8c2025befcda3d91fbf47dcd
treeeae91757d005531261f64a3141c9631c328d04a6
parent014728133a0867440d570784ced76a413f46d824
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>
drivers/usb/gadget/bcm_udc_otg_phy.c
drivers/usb/gadget/s3c_udc_otg.c
drivers/usb/gadget/s3c_udc_otg_phy.c
drivers/usb/gadget/s3c_udc_otg_priv.h [new file with mode: 0644]
include/usb/s3c_udc.h