summaryrefslogtreecommitdiff
path: root/include/linux/agp_backend.h
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2005-01-19 13:31:28 -0500
committerDave Jones <davej@redhat.com>2005-01-19 13:31:28 -0500
commit5d58dea45e7cd9eedc621ea5e256b4e4170f6a29 (patch)
tree7db38121a8d93c8f1cf27c6882af2d32e6db3395 /include/linux/agp_backend.h
parentc38ce1d5eb55526eabe5d9d1e064e59be2c4a05d (diff)
[AGPGART] remove leftovers of the inter_module_* drm <-> agp interface
From: Christoph Hellwig Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/agp_backend.h')
-rw-r--r--include/linux/agp_backend.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index 905f5332177a..7936986c289e 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -96,23 +96,5 @@ extern void agp_enable(u32);
extern int agp_backend_acquire(void);
extern void agp_backend_release(void);
-/*
- * Interface between drm and agp code. When agp initializes, it makes
- * the below structure available via inter_module_register(), drm might
- * use it. Keith Owens <kaos@ocs.com.au> 28 Oct 2000.
- */
-typedef struct {
- void (*free_memory)(struct agp_memory *);
- struct agp_memory * (*allocate_memory)(size_t, u32);
- int (*bind_memory)(struct agp_memory *, off_t);
- int (*unbind_memory)(struct agp_memory *);
- void (*enable)(u32);
- int (*acquire)(void);
- void (*release)(void);
- int (*copy_info)(struct agp_kern_info *);
-} drm_agp_t;
-
-extern const drm_agp_t *drm_agp_p;
-
#endif /* __KERNEL__ */
#endif /* _AGP_BACKEND_H */