Commit b1721200 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

compile fix - typo

parent 8a612a51
......@@ -8,7 +8,7 @@ struct agp_device_ids amd_k8_device_ids[] __initdata =
{ }, /* dummy final entry, always present */
};
struct agp_bridge_info amd_k8_agp_bridge_info[] __initdata =
struct agp_bridge_info amd_k8_agp_bridge_info __initdata =
{
.vendor_id = PCI_VENDOR_ID_AMD,
.vendor_name = "AMD",
......
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