[PATCH] AGPGART_MINOR needs <linux/agpgart.h>

From: OGAWA Hirofumi
Date: Fri Sep 05 2003 - 15:36:37 EST


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