linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define
@ 2010-11-15 10:03 Mike Frysinger
  2010-11-16  1:13 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-11-15 10:03 UTC (permalink / raw)
  To: linux-fbdev

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>
---
 include/video/da8xx-fb.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h
index 6316cda..89d43b3 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 */
 
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define
  2010-11-15 10:03 [PATCH] fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define Mike Frysinger
@ 2010-11-16  1:13 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-11-16  1:13 UTC (permalink / raw)
  To: linux-fbdev

On Mon, Nov 15, 2010 at 05:03:13AM -0500, Mike Frysinger wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-16  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 10:03 [PATCH] fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define Mike Frysinger
2010-11-16  1:13 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).