Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43815
b: refs/heads/master
c: 5850e0c
h: refs/heads/master
i:
  43813: 03c4573
  43811: 9ff439a
  43807: f61ca92
v: v3
  • Loading branch information
Ville Syrjala authored and Linus Torvalds committed Dec 8, 2006
1 parent de0d32e commit d1fde31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: 044aaa32e789492e638a229b5f1930bfb8bc75a1
refs/heads/master: 5850e0cf9a2345498fe2545c37118ef9405044eb
8 changes: 4 additions & 4 deletions trunk/drivers/video/aty/atyfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,

#ifdef __i386__
#ifdef CONFIG_FB_ATY_GENERIC_LCD
static void aty_init_lcd(struct atyfb_par *par, u32 bios_base)
static void __devinit aty_init_lcd(struct atyfb_par *par, u32 bios_base)
{
u32 driv_inf_tab, sig;
u16 lcd_ofs;
Expand Down Expand Up @@ -3644,7 +3644,7 @@ static int __devinit atyfb_pci_probe(struct pci_dev *pdev, const struct pci_devi

#ifdef CONFIG_ATARI

static int __devinit atyfb_atari_probe(void)
static int __init atyfb_atari_probe(void)
{
struct atyfb_par *par;
struct fb_info *info;
Expand Down Expand Up @@ -3794,7 +3794,7 @@ static struct pci_driver atyfb_driver = {
#endif /* CONFIG_PCI */

#ifndef MODULE
static int __devinit atyfb_setup(char *options)
static int __init atyfb_setup(char *options)
{
char *this_opt;

Expand Down Expand Up @@ -3866,7 +3866,7 @@ static int __devinit atyfb_setup(char *options)
}
#endif /* MODULE */

static int __devinit atyfb_init(void)
static int __init atyfb_init(void)
{
int err1 = 1, err2 = 1;
#ifndef MODULE
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/video/aty/mach64_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ void aty_set_pll_ct(const struct fb_info *info, const union aty_pll *pll)
#endif
}

static void __init aty_get_pll_ct(const struct fb_info *info,
union aty_pll *pll)
static void __devinit aty_get_pll_ct(const struct fb_info *info,
union aty_pll *pll)
{
struct atyfb_par *par = (struct atyfb_par *) info->par;
u8 tmp, clock;
Expand All @@ -394,8 +394,8 @@ static void __init aty_get_pll_ct(const struct fb_info *info,
}
}

static int __init aty_init_pll_ct(const struct fb_info *info,
union aty_pll *pll)
static int __devinit aty_init_pll_ct(const struct fb_info *info,
union aty_pll *pll)
{
struct atyfb_par *par = (struct atyfb_par *) info->par;
u8 mpost_div, xpost_div, sclk_post_div_real, sclk_fb_div, spll_cntl2;
Expand Down

0 comments on commit d1fde31

Please sign in to comment.