From c241d7eee43e2cd5dedc9b4c16f91559daabc750 Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Mon, 23 Feb 2015 18:40:09 +0530 Subject: usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code Removed probe and remove that are specific to linux and replaced it with uboot init and uboot exit. These functions will be invoked from boardfile. This will change once we have dwc3-omap driver adapted to use the uboot driver model. Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Lukasz Majewski --- include/dwc3-omap-uboot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/dwc3-omap-uboot.h') diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h index b313b64439..99f8f38f22 100644 --- a/include/dwc3-omap-uboot.h +++ b/include/dwc3-omap-uboot.h @@ -24,4 +24,7 @@ struct dwc3_omap_device { enum dwc3_omap_utmi_mode utmi_mode; enum omap_dwc3_vbus_id_status vbus_id_status; }; + +int dwc3_omap_uboot_init(struct dwc3_omap_device *dev); +void dwc3_omap_uboot_exit(void); #endif /* __DWC3_OMAP_UBOOT_H_ */ -- cgit v1.2.1