summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2013-07-10 20:46:47 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-06-03 23:01:24 -0500
commit4053360913fdd56840d35be9881a3cd5f3f4d382 (patch)
treea876e390e733d518927de27d2c886b190a9e884c /include
parent244de31931fdfa20569892b8c213cc15a51f6641 (diff)
ENGR00263553 fb: Change type uint to unsigned int in struct mxcfb_update_data
uint is not quite standard type, changed to unsigned int to avoid to include specific header file. This is requested from mm team. Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxcfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index e987efb7d6d0..d96d1b773a3c 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -110,7 +110,7 @@ struct mxcfb_update_data {
__u32 update_mode;
__u32 update_marker;
int temp;
- uint flags;
+ unsigned int flags;
struct mxcfb_alt_buffer_data alt_buffer_data;
};