Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208508
b: refs/heads/master
c: 628a464
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 11, 2010
1 parent 4cd9277 commit 26dc4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 527dcf4c5029b8dc791eb96fad01a12bb06e7850
refs/heads/master: 628a464e5bffd0e9aedaee2a85296be17aa19d90
4 changes: 2 additions & 2 deletions trunk/drivers/video/igafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 26dc4ac

Please sign in to comment.