aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/igafb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/igafb.c b/drivers/video/igafb.c
index c4e6fc0301d4..d885c770eb84 100644
--- 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)
368 return 1; 368 return 1;
369} 369}
370 370
371int __init igafb_init(void) 371static int __init igafb_init(void)
372{ 372{
373 struct fb_info *info; 373 struct fb_info *info;
374 struct pci_dev *pdev; 374 struct pci_dev *pdev;
@@ -557,7 +557,7 @@ int __init igafb_init(void)
557 return 0; 557 return 0;
558} 558}
559 559
560int __init igafb_setup(char *options) 560static int __init igafb_setup(char *options)
561{ 561{
562 char *this_opt; 562 char *this_opt;
563 563