|
@@ -2190,7 +2190,6 @@ void s3c_hsotg_disconnect(struct dwc2_hsotg *hsotg)
|
|
|
|
|
|
call_gadget(hsotg, disconnect);
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(s3c_hsotg_disconnect);
|
|
|
|
|
|
/**
|
|
|
* s3c_hsotg_irq_fifoempty - TX FIFO empty interrupt handler
|
|
@@ -3666,7 +3665,6 @@ err_clk:
|
|
|
|
|
|
return ret;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(dwc2_gadget_init);
|
|
|
|
|
|
/**
|
|
|
* s3c_hsotg_remove - remove function for hsotg driver
|
|
@@ -3679,7 +3677,6 @@ int s3c_hsotg_remove(struct dwc2_hsotg *hsotg)
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(s3c_hsotg_remove);
|
|
|
|
|
|
int s3c_hsotg_suspend(struct dwc2_hsotg *hsotg)
|
|
|
{
|
|
@@ -3722,7 +3719,6 @@ int s3c_hsotg_suspend(struct dwc2_hsotg *hsotg)
|
|
|
|
|
|
return ret;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(s3c_hsotg_suspend);
|
|
|
|
|
|
int s3c_hsotg_resume(struct dwc2_hsotg *hsotg)
|
|
|
{
|
|
@@ -3754,4 +3750,3 @@ int s3c_hsotg_resume(struct dwc2_hsotg *hsotg)
|
|
|
|
|
|
return ret;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(s3c_hsotg_resume);
|