]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/android/sync_debug.h
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / android / sync_debug.h
index 425ebc5c32aa2afcc4965afb4efdbf2248463c52..fab66396d421db42a88a40c08b4530370b3a44b3 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;