All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap_vout: Fix compile error in 3.1
@ 2011-12-01 12:51 Gary Thomas
  2011-12-01 19:06 ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2011-12-01 12:51 UTC (permalink / raw)
  To: linux-media

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

This patch is against the mainline v3.1 release (c3b92c8) and
fixes a compile error when building for OMAP3+DSS+VOUT

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: 0001-omap_vout-Fix-compile-error.patch --]
[-- Type: text/plain, Size: 764 bytes --]

>From 9c98079cf3a8b82c48139a5c9fc213c88064bb44 Mon Sep 17 00:00:00 2001
From: Gary Thomas <gary@mlbassoc.com>
Date: Thu, 1 Dec 2011 05:47:20 -0700
Subject: [PATCH] omap_vout: Fix compile error

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
 drivers/media/video/omap/omap_vout.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c
index b3a5ecd..3422da0 100644
--- a/drivers/media/video/omap/omap_vout.c
+++ b/drivers/media/video/omap/omap_vout.c
@@ -38,6 +38,7 @@
 #include <linux/irq.h>
 #include <linux/videodev2.h>
 #include <linux/dma-mapping.h>
+#include <linux/slab.h>
 
 #include <media/videobuf-dma-contig.h>
 #include <media/v4l2-device.h>
-- 
1.7.6.4


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

end of thread, other threads:[~2011-12-01 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 12:51 [PATCH] omap_vout: Fix compile error in 3.1 Gary Thomas
2011-12-01 19:06 ` Laurent Pinchart
2011-12-01 21:36   ` Gary Thomas

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.