All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antonino Daplas <adaplas@pol.net>
To: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: [PATCH] [TRIVIAL] [AGPGART]:  early agp init fix
Date: 02 Jan 2003 21:34:04 +0800	[thread overview]
Message-ID: <1041514432.1003.30.camel@localhost.localdomain> (raw)



intel_agp_init() must not be declared static for explicit early
initialization to work (ie i810fb).

Tony

diff -Naur linux-2.5.54/drivers/char/agp/intel-agp.c linux/drivers/char/agp/intel-agp.c
--- linux-2.5.54/drivers/char/agp/intel-agp.c	2003-01-02 13:16:06.000000000 +0000
+++ linux/drivers/char/agp/intel-agp.c	2003-01-02 13:15:31.000000000 +0000
@@ -1467,7 +1467,7 @@
 	.probe		= agp_intel_probe,
 };
 
-static int __init agp_intel_init(void)
+int __init agp_intel_init(void)
 {
 	int ret_val;
 	static int agp_initialised=0;


             reply	other threads:[~2003-01-02 13:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-02 13:34 Antonino Daplas [this message]
2003-01-02 13:59 ` [PATCH] [TRIVIAL] [AGPGART]: early agp init fix Dave Jones

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=1041514432.1003.30.camel@localhost.localdomain \
    --to=adaplas@pol.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.