Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
[cascardo/linux.git] / drivers / staging / android / sync_debug.h
index 425ebc5..fab6639 100644 (file)
@@ -34,7 +34,8 @@ struct sync_timeline {
        char                    name[32];
 
        /* protected by child_list_lock */
-       int                     context, value;
+       u64                     context;
+       int                     value;
 
        struct list_head        child_list_head;
        spinlock_t              child_list_lock;