diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-16 12:48:44 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-16 12:48:44 +1000 |
commit | 6dce9e07352e14d2e03d26b8a64a40e111ecab2b (patch) | |
tree | 4207c9bc032f2beb0a63eefba00e1dc30f66f1af /linux-core/drm_bufs.c | |
parent | 21ee6fbfb8f2219a454458204afc9c5fcd89f9a8 (diff) |
drm: remove hashtab/sman and object typedefs
Diffstat (limited to 'linux-core/drm_bufs.c')
-rw-r--r-- | linux-core/drm_bufs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_bufs.c b/linux-core/drm_bufs.c index 75eeafdd..f766597b 100644 --- a/linux-core/drm_bufs.c +++ b/linux-core/drm_bufs.c @@ -63,7 +63,7 @@ struct drm_map_list *drm_find_matching_map(struct drm_device *dev, drm_local_map } EXPORT_SYMBOL(drm_find_matching_map); -static int drm_map_handle(struct drm_device *dev, drm_hash_item_t *hash, +static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, unsigned long user_token, int hashed_handle) { int use_hashed_handle; |