update s3c-fb.h
authorErik Gilling <konkers@android.com>
Wed, 25 Jul 2012 17:39:20 +0000 (10:39 -0700)
committerErik Gilling <konkers@android.com>
Thu, 26 Jul 2012 00:38:22 +0000 (17:38 -0700)
Change-Id: I27ae4b287ae0d38d129cbdf99f26a228abb828cc
Signed-off-by: Erik Gilling <konkers@android.com>
include/s3c-fb.h
original-kernel-headers/linux/s3c-fb.h

index d4457366ccdd885d41ee3a6560b73ad699c0ea36..159159ad1709a31db83a3a89169e923fb91a8752 100644 (file)
@@ -87,7 +87,7 @@ struct s3c_fb_win_config_data {
 #define S3CFB_WIN_SET_PLANE_ALPHA _IOW('F', 204,   struct s3c_fb_user_plane_alpha)
 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 #define S3CFB_WIN_SET_CHROMA _IOW('F', 205,   struct s3c_fb_user_chroma)
-#define S3CFB_SET_VSYNC_INT _IOW('F', 206, u32)
+#define S3CFB_SET_VSYNC_INT _IOW('F', 206, __u32)
 #define S3CFB_GET_ION_USER_HANDLE _IOWR('F', 208,   struct s3c_fb_user_ion_client)
 #define S3CFB_WIN_CONFIG _IOW('F', 209,   struct s3c_fb_win_config_data)
 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
index bc332ecc57a7abbdfa5a0346a07dc894ea6e5ed9..0a38c9b7981367f5daa1b0ed43e57eb4588965af 100644 (file)
@@ -52,7 +52,6 @@ struct s3c_fb_win_config {
                S3C_FB_WIN_STATE_DISABLED = 0,
                S3C_FB_WIN_STATE_COLOR,
                S3C_FB_WIN_STATE_BUFFER,
-               S3C_FB_WIN_STATE_LOCAL_PATH,
        } state;
 
        union {
@@ -90,7 +89,7 @@ struct s3c_fb_win_config_data {
                                                struct s3c_fb_user_plane_alpha)
 #define S3CFB_WIN_SET_CHROMA           _IOW('F', 205, \
                                                struct s3c_fb_user_chroma)
-#define S3CFB_SET_VSYNC_INT            _IOW('F', 206, u32)
+#define S3CFB_SET_VSYNC_INT            _IOW('F', 206, __u32)
 
 #define S3CFB_GET_ION_USER_HANDLE      _IOWR('F', 208, \
                                                struct s3c_fb_user_ion_client)