mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew de Quincey <adq_dvb@lidskialf.net>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] Compile nvidia-agp.c as module in 2.5.75
Date: Mon, 7 Jul 2003 09:51:34 +0100	[thread overview]
Message-ID: <200307070951.34172.adq_dvb@lidskialf.net> (raw)

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


                 reply	other threads:[~2003-07-07  8:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200307070951.34172.adq_dvb@lidskialf.net \
    --to=adq_dvb@lidskialf.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®