Export a symbol.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 5 Nov 2007 12:22:00 +0000 (13:22 +0100)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 5 Nov 2007 12:22:00 +0000 (13:22 +0100)
linux-core/drm_object.c

index 5cc1c8d..5ade617 100644 (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)