Commit 628a464e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

drivers/video/igafb.c: make igafb_setup() and igafb_init() static

Cc: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 527dcf4c
...@@ -368,7 +368,7 @@ static int __init iga_init(struct fb_info *info, struct iga_par *par) ...@@ -368,7 +368,7 @@ static int __init iga_init(struct fb_info *info, struct iga_par *par)
return 1; return 1;
} }
int __init igafb_init(void) static int __init igafb_init(void)
{ {
struct fb_info *info; struct fb_info *info;
struct pci_dev *pdev; struct pci_dev *pdev;
...@@ -557,7 +557,7 @@ int __init igafb_init(void) ...@@ -557,7 +557,7 @@ int __init igafb_init(void)
return 0; return 0;
} }
int __init igafb_setup(char *options) static int __init igafb_setup(char *options)
{ {
char *this_opt; char *this_opt;
......
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