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-28 11:28:38 +1000
commit60ddaaf2e07b57997bcbaef0576005b52130bd24 (patch)
treeff54d7c7b3df89f5119e6398f85e1819c6fe8177 /linux-core/drm_bufs.c
parent3586ecd060d9468eba73c203c5e9de965fe904fb (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 1d9c0386..c2c84597 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;