All of lore.kernel.org
 help / color / mirror / Atom feed
* + fbdev-move-fbio_waitforvsync-to-linux-fbh-update.patch added to -mm tree
@ 2010-04-20 23:24 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-04-20 23:24 UTC (permalink / raw)
  To: mm-commits
  Cc: notasas, benh, grant.likely, hvaibhav, krzysztof.h1, mbroemme,
	syrjala, vandrove


The patch titled
     fbdev-move-fbio_waitforvsync-to-linux-fbh-update
has been added to the -mm tree.  Its filename is
     fbdev-move-fbio_waitforvsync-to-linux-fbh-update.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: fbdev-move-fbio_waitforvsync-to-linux-fbh-update
From: Grazvydas Ignotas <notasas@gmail.com>

Hare is updated version to address minor comment here:
http://marc.info/?l=linux-fbdev&m=127175438102663&w=2

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Ville Syrjala <syrjala@sci.fi>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Maik Broemme <mbroemme@plusserver.de>
Cc: Petr Vandrovec <vandrove@vc.cvut.cz>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: "Hiremath, Vaibhav" <hvaibhav@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/video/matrox/matroxfb_base.c  |    1 -
 drivers/video/matrox/matroxfb_crtc2.c |    1 -
 include/linux/fb.h                    |    4 +---
 include/linux/matroxfb.h              |    1 +
 4 files changed, 2 insertions(+), 5 deletions(-)

diff -puN drivers/video/matrox/matroxfb_base.c~fbdev-move-fbio_waitforvsync-to-linux-fbh-update drivers/video/matrox/matroxfb_base.c
--- a/drivers/video/matrox/matroxfb_base.c~fbdev-move-fbio_waitforvsync-to-linux-fbh-update
+++ a/drivers/video/matrox/matroxfb_base.c
@@ -112,7 +112,6 @@
 #include "matroxfb_crtc2.h"
 #include "matroxfb_g450.h"
 #include <linux/matroxfb.h>
-#include <linux/fb.h>
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>
diff -puN drivers/video/matrox/matroxfb_crtc2.c~fbdev-move-fbio_waitforvsync-to-linux-fbh-update drivers/video/matrox/matroxfb_crtc2.c
--- a/drivers/video/matrox/matroxfb_crtc2.c~fbdev-move-fbio_waitforvsync-to-linux-fbh-update
+++ a/drivers/video/matrox/matroxfb_crtc2.c
@@ -15,7 +15,6 @@
 #include "matroxfb_misc.h"
 #include "matroxfb_DAC1064.h"
 #include <linux/matroxfb.h>
-#include <linux/fb.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>
 
diff -puN include/linux/fb.h~fbdev-move-fbio_waitforvsync-to-linux-fbh-update include/linux/fb.h
--- a/include/linux/fb.h~fbdev-move-fbio_waitforvsync-to-linux-fbh-update
+++ a/include/linux/fb.h
@@ -23,8 +23,6 @@ struct dentry;
 #else
 #define FBIO_CURSOR            _IOWR('F', 0x08, struct fb_cursor)
 #endif
-#define FBIO_WAITFORVSYNC	_IOW('F', 0x20, __u32)
-
 /* 0x4607-0x460B are defined below */
 /* #define FBIOGET_MONITORSPEC	0x460C */
 /* #define FBIOPUT_MONITORSPEC	0x460D */
@@ -39,7 +37,7 @@ struct dentry;
 #define FBIOGET_HWCINFO         0x4616
 #define FBIOPUT_MODEINFO        0x4617
 #define FBIOGET_DISPINFO        0x4618

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-20 23:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-20 23:24 + fbdev-move-fbio_waitforvsync-to-linux-fbh-update.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.