video: omap: Staticise non-exported symbols
These symbols are not used outside it's driver so no need to make the symbol global. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
@@ -198,7 +198,7 @@ static int ams_delta_panel_resume(struct platform_device *pdev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct platform_driver ams_delta_panel_driver = {
|
||||
static struct platform_driver ams_delta_panel_driver = {
|
||||
.probe = ams_delta_panel_probe,
|
||||
.remove = ams_delta_panel_remove,
|
||||
.suspend = ams_delta_panel_suspend,
|
||||
|
Reference in New Issue
Block a user