video: driver: implement module remove function
Implement remove function to unregister video device, unregister v4l2 device, remove sysfs group, deinit irq, platform, dt, core. Change-Id: Ib713b0b66500aafcfb5f0500b9ce7285b9640311 Signed-off-by: Darshana Patil <darshana@codeaurora.org>
Dieser Commit ist enthalten in:

committet von
Gerrit - the friendly Code Review server

Ursprung
3aa92663a7
Commit
843858405f
@@ -9,5 +9,6 @@
|
||||
#include "msm_vidc_core.h"
|
||||
|
||||
int msm_vidc_init_platform_waipio(struct msm_vidc_core *core);
|
||||
int msm_vidc_deinit_platform_waipio(struct msm_vidc_core *core);
|
||||
|
||||
#endif // _MSM_VIDC_WAIPIO_H_
|
||||
|
@@ -354,3 +354,9 @@ int msm_vidc_init_platform_waipio(struct msm_vidc_core *core)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int msm_vidc_deinit_platform_waipio(struct msm_vidc_core *core)
|
||||
{
|
||||
/* do nothing */
|
||||
return 0;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren