Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3a4d1d2 authored by Mike Frysinger's avatar Mike Frysinger Committed by Paul Mundt
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent cc267ec5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */