aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-06-27 12:45:17 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-27 11:57:30 +0300
commit464d8a54a0ca7827a2278e2122e5eb22462ae044 (patch)
tree0c042a2520ac484b497da604dbc9df8b35de964c /drivers/video
parentradeon: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM) (diff)
downloadlinux-dev-464d8a54a0ca7827a2278e2122e5eb22462ae044.tar.xz
linux-dev-464d8a54a0ca7827a2278e2122e5eb22462ae044.zip
video: i740fb: Make i740fb_init static
i740fb_init is referenced only in this function. Make it static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/i740fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/i740fb.c b/drivers/video/i740fb.c
index cfd0c52e8f73..6c4838818950 100644
--- a/drivers/video/i740fb.c
+++ b/drivers/video/i740fb.c
@@ -1302,7 +1302,7 @@ static int __init i740fb_setup(char *options)
}
#endif
-int __init i740fb_init(void)
+static int __init i740fb_init(void)
{
#ifndef MODULE
char *option = NULL;