linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Compile nvidia-agp.c as module in 2.5.75
@ 2003-07-07  8:51 Andrew de Quincey
  0 siblings, 0 replies; only message in thread
From: Andrew de Quincey @ 2003-07-07  8:51 UTC (permalink / raw)
  To: lkml

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---


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-07  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-07  8:51 [PATCH] Compile nvidia-agp.c as module in 2.5.75 Andrew de Quincey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).