]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: dvb header files: move some headers to staging
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 1 Jun 2021 09:31:30 +0000 (11:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 4 Jun 2021 06:07:30 +0000 (08:07 +0200)
The audio, video and OSD APIs are used upstream only by the
av7110 driver, which was moved to staging.

So, move the corresponding header files to it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/av7110/audio.h [moved from include/uapi/linux/dvb/audio.h with 100% similarity]
drivers/staging/media/av7110/av7110.h
drivers/staging/media/av7110/osd.h [moved from include/uapi/linux/dvb/osd.h with 100% similarity]
drivers/staging/media/av7110/video.h [moved from include/uapi/linux/dvb/video.h with 100% similarity]

index 809d938ae1667f1c4c8fad802cd3592a8697609d..b8e8fc8ddbe9cbedf4501b57c830ffaf3524d253 100644 (file)
@@ -9,11 +9,12 @@
 #include <linux/input.h>
 #include <linux/time.h>
 
-#include <linux/dvb/video.h>
-#include <linux/dvb/audio.h>
+#include "video.h"
+#include "audio.h"
+#include "osd.h"
+
 #include <linux/dvb/dmx.h>
 #include <linux/dvb/ca.h>
-#include <linux/dvb/osd.h>
 #include <linux/dvb/net.h>
 #include <linux/mutex.h>