summaryrefslogtreecommitdiff
path: root/linux-core/drm_bufs.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-08-19 16:56:03 +1000
committerDave Airlie <airlied@linux.ie>2006-08-19 16:56:03 +1000
commit78634c14a8f92fbbc404442ce6d7b170e6a6e561 (patch)
treedeeb3dd8910ed1da62c56c3572321e3f8a08c9a5 /linux-core/drm_bufs.c
parentd90a55fe3488020967a4d1b1699ef1f42d50b422 (diff)
add static function, and remove bad attributions
Diffstat (limited to 'linux-core/drm_bufs.c')
-rw-r--r--linux-core/drm_bufs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/drm_bufs.c b/linux-core/drm_bufs.c
index 2eeb401d..eaec611e 100644
--- a/linux-core/drm_bufs.c
+++ b/linux-core/drm_bufs.c
@@ -65,8 +65,8 @@ static drm_map_list_t *drm_find_matching_map(drm_device_t *dev,
return NULL;
}
-int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
- unsigned long user_token, int hashed_handle)
+static int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
+ unsigned long user_token, int hashed_handle)
{
int use_hashed_handle;