From: Mike Frysinger Date: Mon, 15 Nov 2010 10:03:13 +0000 (-0500) Subject: fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e3a4d1d2de7251d4a00b04f50f6b3d2a1fc0fe5f;p=deliverable%2Flinux.git fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define This is already defined by linux/fb.h now, so punt the duplicate definition from the driver header. Signed-off-by: Mike Frysinger Signed-off-by: Paul Mundt --- diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h index 6316cdabf73f..89d43b3d4cb9 100644 --- a/include/video/da8xx-fb.h +++ b/include/video/da8xx-fb.h @@ -99,7 +99,6 @@ struct lcd_sync_arg { #define FBIPUT_COLOR _IOW('F', 6, int) #define FBIPUT_HSYNC _IOW('F', 9, int) #define FBIPUT_VSYNC _IOW('F', 10, int) -#define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) #endif /* ifndef DA8XX_FB_H */