fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Nov 2010 10:03:13 +0000 (05:03 -0500)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 16 Nov 2010 01:14:22 +0000 (10:14 +0900)
This is already defined by linux/fb.h now, so punt the duplicate
definition from the driver header.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/video/da8xx-fb.h

index 6316cdabf73f5756a300ef501fe5a1aa11acef53..89d43b3d4cb9e3fe713fe5b8eaeb2de0616eb9fa 100644 (file)
@@ -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 */
 
This page took 0.02465 seconds and 5 git commands to generate.