mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
Add backport patch for drx39xxj.h header location
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
[3.255.255]
|
||||
add api_version.patch
|
||||
add pr_fmt.patch
|
||||
add drx39xxj.patch
|
||||
|
||||
[3.11.255]
|
||||
add v3.11_dev_groups.patch
|
||||
|
13
backports/drx39xxj.patch
Normal file
13
backports/drx39xxj.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
|
||||
index d4986bd..16d8565 100644
|
||||
--- a/drivers/media/usb/em28xx/em28xx-dvb.c
|
||||
+++ b/drivers/media/usb/em28xx/em28xx-dvb.c
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "mt352.h"
|
||||
#include "mt352_priv.h" /* FIXME */
|
||||
#include "tda1002x.h"
|
||||
-#include "drx39xyj/drx39xxj.h"
|
||||
+#include "drx39xxj.h"
|
||||
#include "tda18271.h"
|
||||
#include "s921.h"
|
||||
#include "drxd.h"
|
Reference in New Issue
Block a user