projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56f6d3
)
make macfb_setup() static
author
Adrian Bunk
<bunk@kernel.org>
Sat, 26 Jul 2008 02:46:26 +0000
(19:46 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000
(12:00 -0700)
This patch makes the needlessly global macfb_setup() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/macfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/macfb.c
b/drivers/video/macfb.c
index
aa8c714
..
b790ddf
100644
(file)
--- a/
drivers/video/macfb.c
+++ b/
drivers/video/macfb.c
@@
-596,7
+596,7
@@
static struct fb_ops macfb_ops = {
.fb_imageblit = cfb_imageblit,
};
-void __init macfb_setup(char *options)
+
static
void __init macfb_setup(char *options)
{
char *this_opt;