commit | fc116b0acdbb3f137a9f79f2dc69dd8e5a3b40df | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu May 09 15:09:41 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu May 09 15:09:41 2013 -0700 |
tree | b6a88a45515b8a14dcdc6a3dfc8e56844115ee00 | |
parent | 518699828946a7cdfc6b6c6ae5f868e035d38da6 [diff] | |
parent | e0345ca89506a1dde4c4d88cf4c41abc21057e5a [diff] |
Merge "msm: kgsl: Do not use uint64_t in header included by user space"
diff --git a/include/linux/msm_kgsl.h b/include/linux/msm_kgsl.h index 2ad040e..e8de769 100644 --- a/include/linux/msm_kgsl.h +++ b/include/linux/msm_kgsl.h
@@ -769,7 +769,7 @@ struct kgsl_perfcounter_read_group { unsigned int groupid; unsigned int countable; - uint64_t value; + unsigned long long value; }; struct kgsl_perfcounter_read {