linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fsl-diu-fb: drop dead ioctl define
@ 2010-11-13  7:06 Mike Frysinger
  2010-11-15  4:48 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-11-13  7:06 UTC (permalink / raw)
  To: linux-fbdev, Andrew Morton, linux-kernel, Grant Likely,
	Anatolij Gustschin

The fsl-diu-fb driver no longer uses this define, and we have a common one
to cover this already (FBIO_WAITFORVSYNC).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/linux/fsl-diu-fb.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h
index fc295d7..781d467 100644
--- a/include/linux/fsl-diu-fb.h
+++ b/include/linux/fsl-diu-fb.h
@@ -54,7 +54,6 @@ struct aoi_display_offset {
 };
 
 #define MFB_SET_CHROMA_KEY	_IOW('M', 1, struct mfb_chroma_key)
-#define MFB_WAIT_FOR_VSYNC	_IOW('F', 0x20, u_int32_t)
 #define MFB_SET_BRIGHTNESS	_IOW('M', 3, __u8)
 
 #define MFB_SET_ALPHA		0x80014d00
-- 
1.7.3.2


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

* Re: [PATCH] fsl-diu-fb: drop dead ioctl define
  2010-11-13  7:06 [PATCH] fsl-diu-fb: drop dead ioctl define Mike Frysinger
@ 2010-11-15  4:48 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-11-15  4:48 UTC (permalink / raw)
  To: Mike Frysinger
  Cc: linux-fbdev, Andrew Morton, linux-kernel, Grant Likely,
	Anatolij Gustschin

On Sat, Nov 13, 2010 at 02:06:27AM -0500, Mike Frysinger wrote:
> The fsl-diu-fb driver no longer uses this define, and we have a common one
> to cover this already (FBIO_WAITFORVSYNC).
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Queued for .37.

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

end of thread, other threads:[~2010-11-15  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-13  7:06 [PATCH] fsl-diu-fb: drop dead ioctl define Mike Frysinger
2010-11-15  4:48 ` 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).