diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-20 05:17:49 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-20 05:17:49 +0000 |
commit | b4722ec943b3c51e103aaf7c6c77fe7b9c2c716d (patch) | |
tree | 4b783de6b311ed256d44678e944c19b30b24f99d /linux-core/drmP.h | |
parent | 0bd1fa795a06f592c1115b251685b36fec63fed3 (diff) |
More fixups for kernel build: EXPORT_SYMTAB warning removal
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel
fix
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 866aabf6..d8791bf9 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -728,6 +728,7 @@ extern void drm_ctxbitmap_free(drm_device_t *dev, int ctx_handle); #ifdef DRM_AGP /* AGP/GART support (agpsupport.c) */ extern drm_agp_head_t *drm_agp_init(void); +extern void drm_agp_uninit(void); extern int drm_agp_acquire(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); extern int drm_agp_release(struct inode *inode, struct file *filp, |