Hi Pavel,
2016-05-02 Pavel Machek pavel@ucw.cz:
Hi!
-} -EXPORT_SYMBOL(sync_file_merge);
static const char *android_fence_get_driver_name(struct fence *fence) { struct sync_timeline *parent = fence_parent(fence);
if this is meant to be used outside android, should it select some better prefix than android_fence_?
Sure, This patchset doesn't touch this code, but my latest patchset changes them to timeline_*.
Gustavo