diff options
author | 2020-08-19 10:57:48 -0400 | |
---|---|---|
committer | 2020-08-19 10:57:48 -0400 | |
commit | 5566efea02bca361490723df10d8044143364ba6 (patch) | |
tree | d7a371968ab9c2c54b877417e461c0d97c809afd | |
parent | Linux patch 5.8.2 (diff) | |
download | linux-patches-5566efea02bca361490723df10d8044143364ba6.tar.gz linux-patches-5566efea02bca361490723df10d8044143364ba6.tar.bz2 linux-patches-5566efea02bca361490723df10d8044143364ba6.zip |
Remove redundant patch. See bug #738002
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/0000_README b/0000_README index 2409f92b..6e28c94b 100644 --- a/0000_README +++ b/0000_README @@ -67,10 +67,6 @@ Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch From: https://bugs.gentoo.org/710790 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino -Patch: 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch -From: https://bugs.gentoo.org/721096 -Desc: VIDEO_TVP5150 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #721096. Thanks to Max Steel - Patch: 2920_sign-file-patch-for-libressl.patch From: https://bugs.gentoo.org/717166 Desc: sign-file: full functionality with modern LibreSSL diff --git a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch deleted file mode 100644 index 1bc058ee..00000000 --- a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/media/i2c/Kconfig 2020-05-13 12:38:05.102903309 -0400 -+++ b/drivers/media/i2c/Kconfig 2020-05-13 12:38:51.283171977 -0400 -@@ -378,6 +378,7 @@ config VIDEO_TVP514X - config VIDEO_TVP5150 - tristate "Texas Instruments TVP5150 video decoder" - depends on VIDEO_V4L2 && I2C -+ select REGMAP_I2C - select V4L2_FWNODE - help - Support for the Texas Instruments TVP5150 video decoder. |