Commit 62504a69 authored by Dave Jones's avatar Dave Jones

[AGPGART] kt400's enable routine can't be __init

parent a1d640f2
......@@ -96,7 +96,7 @@ static struct gatt_mask via_generic_masks[] =
};
static void __init via_kt400_enable(u32 mode)
static void via_kt400_enable(u32 mode)
{
if ((agp_generic_agp_3_0_enable(mode))==FALSE)
printk (KERN_INFO PFX "agp_generic_agp_3_0_enable() failed\n");
......
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