Commit b86422d7 authored by Linus Torvalds's avatar Linus Torvalds

Fix up AGP merge: agp_memory_reserved got exported twice.

parent e66e4c8d
......@@ -39,11 +39,12 @@
__u32 *agp_gatt_table;
int agp_memory_reserved;
/* Needed by the Nforce GART driver for the time being. Would be
* nice to do this some other way instead of needing this export. */
EXPORT_SYMBOL_GPL(agp_memory_reserved);
EXPORT_SYMBOL(agp_memory_reserved);
/*
* Needed by the Nforce GART driver for the time being. Would be
* nice to do this some other way instead of needing this export.
*/
EXPORT_SYMBOL_GPL(agp_memory_reserved);
/*
* Generic routines for handling agp_memory structures -
......
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