[PATCH] fbdev: Remove i810fb explicit agp initialization hack.

From: Andreas Henriksson
Date: Wed Sep 15 2004 - 19:13:51 EST



When Antonino A. Daplas posted his "fbdev: Initialize i810fb after agpgart"
patch he said that the ugly agp initialization hack for intel agp shouldn't be
needed but that he couldn't test it.

I have tested the framebuffer updates and additionally removed the
initialization hack and it does indeed work.

Signed-off-by: Andreas Henriksson <andreas@xxxxxxxxxxxx>

--- linux-2.6.9-rc1-mm5/drivers/char/agp/intel-agp.c.old 2004-09-15 23:13:05.000000000 +0200
+++ linux-2.6.9-rc1-mm5/drivers/char/agp/intel-agp.c 2004-09-15 23:13:23.000000000 +0200
@@ -1781,16 +1781,8 @@ static struct pci_driver agp_intel_pci_d
.resume = agp_intel_resume,
};

-/* intel_agp_init() must not be declared static for explicit
- early initialization to work (ie i810fb) */
-int __init agp_intel_init(void)
+static int __init agp_intel_init(void)
{
- static int agp_initialised=0;
-
- if (agp_initialised == 1)
- return 0;
- agp_initialised=1;
-
return pci_module_init(&agp_intel_pci_driver);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/