projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66be736
)
video: i740fb: Make i740fb_init static
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 27 Jun 2013 07:15:17 +0000
(12:45 +0530)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 27 Jun 2013 08:57:30 +0000
(11:57 +0300)
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>
drivers/video/i740fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/i740fb.c
b/drivers/video/i740fb.c
index cfd0c52e8f737fb60a6279c668c90bf35a3ce24f..6c48388189505f4b92fa4746252700e15c1d9235 100644
(file)
--- 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;