projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527dcf4
)
drivers/video/igafb.c: make igafb_setup() and igafb_init() static
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 11 Aug 2010 01:02:47 +0000
(18:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:12 +0000
(08:59 -0700)
Cc: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/igafb.c
patch
|
blob
|
history
diff --git
a/drivers/video/igafb.c
b/drivers/video/igafb.c
index
c4e6fc0
..
d885c77
100644
(file)
--- a/
drivers/video/igafb.c
+++ b/
drivers/video/igafb.c
@@
-368,7
+368,7
@@
static int __init iga_init(struct fb_info *info, struct iga_par *par)
return 1;
}
-int __init igafb_init(void)
+
static
int __init igafb_init(void)
{
struct fb_info *info;
struct pci_dev *pdev;
@@
-557,7
+557,7
@@
int __init igafb_init(void)
return 0;
}
-int __init igafb_setup(char *options)
+
static
int __init igafb_setup(char *options)
{
char *this_opt;