summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2013-07-10 20:46:47 +0800
committerJason Liu <r64343@freescale.com>2013-08-23 07:30:09 +0800
commit4956e25f5287719e803321077553fdc88b851f1e (patch)
tree7459522f685dff54dcc183178adf48e78813795e /include
parente788969251c729bdf77adef541197eb864346ac2 (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> (cherry picked from commit 318a325b8c19d1ba7c1451797da5a161e787c64d)
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;
};