]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00263553 fb: Change type uint to unsigned int in struct mxcfb_update_data
authorRobby Cai <R63905@freescale.com>
Wed, 10 Jul 2013 12:46:47 +0000 (20:46 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:12 +0000 (14:14 +0200)
This file could be included in user-space application while uint is not quite
standard type. This patch 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)

include/linux/mxcfb.h

index e987efb7d6d0339ccaf083043d5b78bfa9c0dec6..d96d1b773a3c02e0db798a0d19245a172f44ef83 100644 (file)
@@ -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;
 };