[PATCH] Compile nvidia-agp.c as module in 2.5.75

From: Andrew de Quincey (adq_dvb@lidskialf.net)
Date: Mon Jul 07 2003 - 03:51:34 EST


Needs agp_memory_reserved exported (cannot use the standard calls in
agp/generic.c it seems).

---CUT HERE--
--- linux-2.5.74.orig/drivers/char/agp/generic.c 2003-07-02 21:45:17.000000000
+0100
+++ linux-2.5.74/drivers/char/agp/generic.c 2003-07-07 09:45:03.000000000
+0100
@@ -39,6 +39,7 @@
 
 __u32 *agp_gatt_table;
 int agp_memory_reserved;
+EXPORT_SYMBOL_GPL(agp_memory_reserved);
 
 /*
  * Generic routines for handling agp_memory structures -
--- CUT HERE---

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



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:28 EST