From: Andrew Morton <akpm@linux-foundation.org>
Date: Wed, 11 Aug 2010 01:02:47 +0000 (-0700)
Subject: drivers/video/igafb.c: make igafb_setup() and igafb_init() static
X-Git-Tag: firefly_0821_release~9833^2~897
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=628a464e5bffd0e9aedaee2a85296be17aa19d90;p=firefly-linux-kernel-4.4.55.git

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

Cc: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---

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)
 	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;