Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Mike Frysinger and committed by
Paul Mundt
e3a4d1d2 cc267ec5

-1
-1
include/video/da8xx-fb.h
··· 99 99 #define FBIPUT_COLOR _IOW('F', 6, int) 100 100 #define FBIPUT_HSYNC _IOW('F', 9, int) 101 101 #define FBIPUT_VSYNC _IOW('F', 10, int) 102 - #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) 103 102 104 103 #endif /* ifndef DA8XX_FB_H */ 105 104