linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] AGPGART_MINOR needs <linux/agpgart.h>
@ 2003-09-05 20:28 OGAWA Hirofumi
  0 siblings, 0 replies; only message in thread
From: OGAWA Hirofumi @ 2003-09-05 20:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

This fixes the following alias.

alias char-major-10-AGPGART_MINOR agpgart

Please apply.


 drivers/char/agp/backend.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/char/agp/backend.c~agpgart drivers/char/agp/backend.c
--- linux-2.6.0-test4/drivers/char/agp/backend.c~agpgart	2003-09-06 05:14:07.000000000 +0900
+++ linux-2.6.0-test4-hirofumi/drivers/char/agp/backend.c	2003-09-06 05:14:22.000000000 +0900
@@ -34,6 +34,7 @@
 #include <linux/miscdevice.h>
 #include <linux/pm.h>
 #include <linux/agp_backend.h>
+#include <linux/agpgart.h>
 #include <linux/vmalloc.h>
 #include <asm/io.h>
 #include "agp.h"

_

-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

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

only message in thread, other threads:[~2003-09-05 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 20:28 [PATCH] AGPGART_MINOR needs <linux/agpgart.h> OGAWA Hirofumi

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