aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_agpsupport.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-04-23 18:26:40 +1000
committerDave Airlie <airlied@linux.ie>2006-04-23 18:26:40 +1000
commit5d23fafb1bf8ef071738026c2e5071a92186d5f8 (patch)
treed21de09d347818c17cc35c487dc99688ebd0cdff /drivers/char/drm/drm_agpsupport.c
parentdrm: fixup r300 scratch on BE machines (diff)
downloadlinux-dev-5d23fafb1bf8ef071738026c2e5071a92186d5f8.tar.xz
linux-dev-5d23fafb1bf8ef071738026c2e5071a92186d5f8.zip
drm: possible cleanups
This patch contains the following possible cleanups: - make the following needlessly global function static: - drm_bufs.c: drm_addbufs_fb() - remove the following unused EXPORT_SYMBOL's: - drm_agpsupport.c: drm_agp_bind_memory - drm_bufs.c: drm_rmmap_locked - drm_bufs.c: drm_rmmap - drm_stub.c: drm_get_dev Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drm_agpsupport.c')
-rw-r--r--drivers/char/drm/drm_agpsupport.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/drm/drm_agpsupport.c b/drivers/char/drm/drm_agpsupport.c
index fabc930c67a2..40bfd9b01e39 100644
--- a/drivers/char/drm/drm_agpsupport.c
+++ b/drivers/char/drm/drm_agpsupport.c
@@ -503,8 +503,6 @@ int drm_agp_bind_memory(DRM_AGP_MEM * handle, off_t start)
return agp_bind_memory(handle, start);
}
-EXPORT_SYMBOL(drm_agp_bind_memory);
-
/** Calls agp_unbind_memory() */
int drm_agp_unbind_memory(DRM_AGP_MEM * handle)
{