Commit 486dd6d3 authored by Sachin Kamat's avatar Sachin Kamat Committed by Tomi Valkeinen

video: imxfb: Make local symbols static

These symbols are used only in this file.
Make them static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 21810ee8
...@@ -957,7 +957,7 @@ static int imxfb_remove(struct platform_device *pdev) ...@@ -957,7 +957,7 @@ static int imxfb_remove(struct platform_device *pdev)
return 0; return 0;
} }
void imxfb_shutdown(struct platform_device * dev) static void imxfb_shutdown(struct platform_device *dev)
{ {
struct fb_info *info = platform_get_drvdata(dev); struct fb_info *info = platform_get_drvdata(dev);
struct imxfb_info *fbi = info->par; struct imxfb_info *fbi = info->par;
...@@ -996,7 +996,7 @@ static int imxfb_setup(void) ...@@ -996,7 +996,7 @@ static int imxfb_setup(void)
return 0; return 0;
} }
int __init imxfb_init(void) static int __init imxfb_init(void)
{ {
int ret = imxfb_setup(); int ret = imxfb_setup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment