- linux-video_deencoderh-cleanup-for-userspace.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     linux/video_{de,en}coder.h: cleanup for userspace
has been removed from the -mm tree.  Its filename was
     linux-video_deencoderh-cleanup-for-userspace.patch

This patch was dropped because it had testing failures

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

------------------------------------------------------
Subject: linux/video_{de,en}coder.h: cleanup for userspace
From: Mike Frysinger <vapier@xxxxxxxxxx>

Make sure the linux/video_{de,en}coder.h header files include other header
files that they use (for types and structures).

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/linux/video_decoder.h |    3 +++
 include/linux/video_encoder.h |    2 ++
 2 files changed, 5 insertions(+)

diff -puN include/linux/video_decoder.h~linux-video_deencoderh-cleanup-for-userspace include/linux/video_decoder.h
--- a/include/linux/video_decoder.h~linux-video_deencoderh-cleanup-for-userspace
+++ a/include/linux/video_decoder.h
@@ -1,6 +1,9 @@
 #ifndef _LINUX_VIDEO_DECODER_H
 #define _LINUX_VIDEO_DECODER_H
 
+#include <linux/types.h>
+#include <linux/videodev.h>
+
 #define HAVE_VIDEO_DECODER 1
 
 struct video_decoder_capability { /* this name is too long */
diff -puN include/linux/video_encoder.h~linux-video_deencoderh-cleanup-for-userspace include/linux/video_encoder.h
--- a/include/linux/video_encoder.h~linux-video_deencoderh-cleanup-for-userspace
+++ a/include/linux/video_encoder.h
@@ -1,6 +1,8 @@
 #ifndef _LINUX_VIDEO_ENCODER_H
 #define _LINUX_VIDEO_ENCODER_H
 
+#include <linux/types.h>
+
 struct video_encoder_capability { /* this name is too long */
 	__u32	flags;
 #define	VIDEO_ENCODER_PAL	1	/* can encode PAL signal */
_

Patches currently in -mm which might be from vapier@xxxxxxxxxx are

linux-video_deencoderh-cleanup-for-userspace.patch
linux-timexh-cleanup-for-userspace.patch
linux-timexh-cleanup-for-userspace-checkpatch-fixes.patch
setlocalversion-dont-include-svn-change-count.patch
maintainers-add-ltp-info-to-the-list.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux