Skip to content

Commit

Permalink
drivers/video/igafb.c: make igafb_setup() and igafb_init() static
Browse files Browse the repository at this point in the history
Cc: Kulikov Vasiliy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Aug 11, 2010
1 parent 527dcf4 commit 628a464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 628a464

Please sign in to comment.