From 1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c Mon Sep 17 00:00:00 2001
From: Janne Grunau <janne-libav@jannau.net>
Date: Tue, 27 Dec 2011 00:14:41 +0100
Subject: [PATCH] v4l2: remove unneded linux specific asm/types.h include

---
 libavdevice/v4l2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 0c61f46b53b..eb16171c319 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -39,7 +39,6 @@
 #if HAVE_SYS_VIDEOIO_H
 #include <sys/videoio.h>
 #else
-#include <asm/types.h>
 #include <linux/videodev2.h>
 #endif
 #include <time.h>
-- 
GitLab