diff options
author | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-03-21 11:50:53 -0700 |
---|---|---|
committer | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-03-21 11:50:53 -0700 |
commit | ef19df66f3333df53100ebb786387f8135ad0065 (patch) | |
tree | 51c6a647c3ae00215130173dd985dfecc9559ed3 | |
parent | dabf6b9e2c327c30c8efd5c55c94cb3a7187fbad (diff) | |
parent | 212f1364c38c0bacf406954bcdd870c934e8d11a (diff) | |
download | bionic-ef19df66f3333df53100ebb786387f8135ad0065.zip bionic-ef19df66f3333df53100ebb786387f8135ad0065.tar.gz bionic-ef19df66f3333df53100ebb786387f8135ad0065.tar.bz2 |
Merge change Iddd74b11 into eclair
* changes:
bionic: Reorder fields in a data structure
-rw-r--r-- | libc/kernel/common/linux/msm_q6venc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_q6venc.h b/libc/kernel/common/linux/msm_q6venc.h index 433c265..da18b89 100644 --- a/libc/kernel/common/linux/msm_q6venc.h +++ b/libc/kernel/common/linux/msm_q6venc.h @@ -220,8 +220,8 @@ union venc_msg_data { struct venc_msg { u32 status_code; u32 msg_code; - union venc_msg_data msg_data; u32 msg_data_size; + union venc_msg_data msg_data; }; union venc_codec_config { |