Commit ce8e7fee authored by Dave Jones's avatar Dave Jones

[AGPGART] Remove useless early agp_init() from i810fb

agp_init() just printk's a banner. This is unnecessary at this early stage.
parent 4df706a5
...@@ -1926,11 +1926,6 @@ static void __exit i810fb_remove_pci(struct pci_dev *dev) ...@@ -1926,11 +1926,6 @@ static void __exit i810fb_remove_pci(struct pci_dev *dev)
#ifndef MODULE #ifndef MODULE
int __init i810fb_init(void) int __init i810fb_init(void)
{ {
if (agp_init()) {
printk("i810fb_init: cannot initialize agpgart\n");
return -ENODEV;
}
if (agp_intel_init()) { if (agp_intel_init()) {
printk("i810fb_init: cannot initialize intel agpgart\n"); printk("i810fb_init: cannot initialize intel agpgart\n");
return -ENODEV; return -ENODEV;
......
...@@ -111,7 +111,6 @@ static int i810fb_blank (int blank_mode, struct fb_info *info); ...@@ -111,7 +111,6 @@ static int i810fb_blank (int blank_mode, struct fb_info *info);
/* Initialization */ /* Initialization */
static void i810fb_release_resource (struct fb_info *info, struct i810fb_par *par); static void i810fb_release_resource (struct fb_info *info, struct i810fb_par *par);
extern int __init agp_intel_init(void); extern int __init agp_intel_init(void);
extern int __init agp_init(void);
/* Video Timings */ /* Video Timings */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment