diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-01-09 23:53:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:46 -0500 |
commit | cb639258f92b2407c50f79a95364f42932481389 (patch) | |
tree | bb069095848bf723f4bfd06e027e6c467b8931b3 /drivers/video/aty/atyfb.h | |
parent | 313e58ab362473fb471f32b7bf86587f7c627a11 (diff) |
[PATCH] fbdev: atyfb: Remove BIOS-less booting
CONFIG_ATYFB_XL_INIT option is broken for a long time. It will always cause a
kernel hang.
Since no one has fixed this problem for some time now, remove it from atyfb.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/aty/atyfb.h')
-rw-r--r-- | drivers/video/aty/atyfb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/aty/atyfb.h b/drivers/video/aty/atyfb.h index 09de173c1164..71d30b5ea819 100644 --- a/drivers/video/aty/atyfb.h +++ b/drivers/video/aty/atyfb.h | |||
@@ -354,6 +354,5 @@ static inline void wait_for_idle(struct atyfb_par *par) | |||
354 | 354 | ||
355 | extern void aty_reset_engine(const struct atyfb_par *par); | 355 | extern void aty_reset_engine(const struct atyfb_par *par); |
356 | extern void aty_init_engine(struct atyfb_par *par, struct fb_info *info); | 356 | extern void aty_init_engine(struct atyfb_par *par, struct fb_info *info); |
357 | extern int atyfb_xl_init(struct fb_info *info); | ||
358 | extern void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par); | 357 | extern void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par); |
359 | extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par); | 358 | extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par); |