Export a symbol.

main
Thomas Hellstrom 2007-11-05 13:22:00 +01:00
parent 44ad6f409d
commit 427cc561b3
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ void drm_remove_ref_object(struct drm_file *priv, struct drm_ref_object *item)
}
}
EXPORT_SYMBOL(drm_remove_ref_object);
int drm_user_object_ref(struct drm_file *priv, uint32_t user_token,
enum drm_object_type type, struct drm_user_object **object)