From 26dc4ac0090a5607e05711f0489b4bbbca87c142 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 10 Aug 2010 18:02:47 -0700 Subject: [PATCH] --- yaml --- r: 208508 b: refs/heads/master c: 628a464e5bffd0e9aedaee2a85296be17aa19d90 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/igafb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0701b0d84ff5..0ed6e5d56fc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 527dcf4c5029b8dc791eb96fad01a12bb06e7850 +refs/heads/master: 628a464e5bffd0e9aedaee2a85296be17aa19d90 diff --git a/trunk/drivers/video/igafb.c b/trunk/drivers/video/igafb.c index c4e6fc0301d4..d885c770eb84 100644 --- a/trunk/drivers/video/igafb.c +++ b/trunk/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;