commit: ba9d0d4974edb32d6fcbe86e497ad6fcb80ec64c Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 14:28:30 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 14:28:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ba9d0d49
Remove redundant patch Removed: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 --- ...3-Fix-build-issue-by-selecting-CONFIG_REG.patch | 30 ---------------------- 2 files changed, 34 deletions(-) diff --git a/0000_README b/0000_README index 76609851..d62fd357 100644 --- a/0000_README +++ b/0000_README @@ -303,10 +303,6 @@ Patch: 2800_amdgpu-Adj-kmalloc-array-calls-for-new-Walloc-size.patch From: [email protected] Desc: amdgpu: Adjust kmalloc_array calls for new -Walloc-size -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_bfp-mark-get-entry-ip-as--maybe-unused.patch From: https://www.spinics.net/lists/stable/msg604665.html Desc: bpf: mark get_entry_ip as __maybe_unused diff --git a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch deleted file mode 100644 index 43356857..00000000 --- a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch +++ /dev/null @@ -1,30 +0,0 @@ -From dc328d75a6f37f4ff11a81ae16b1ec88c3197640 Mon Sep 17 00:00:00 2001 -From: Mike Pagano <[email protected]> -Date: Mon, 23 Mar 2020 08:20:06 -0400 -Subject: [PATCH 1/1] This driver requires REGMAP_I2C to build. Select it by - default in Kconfig. Reported at gentoo bugzilla: - https://bugs.gentoo.org/710790 -Cc: [email protected] - -Reported-by: Phil Stracchino <[email protected]> - -Signed-off-by: Mike Pagano <[email protected]> ---- - drivers/hwmon/Kconfig | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig -index 47ac20aee06f..530b4f29ba85 100644 ---- a/drivers/hwmon/Kconfig -+++ b/drivers/hwmon/Kconfig -@@ -1769,6 +1769,7 @@ config SENSORS_TMP421 - config SENSORS_TMP513 - tristate "Texas Instruments TMP513 and compatibles" - depends on I2C -+ select REGMAP_I2C - help - If you say yes here you get support for Texas Instruments TMP512, - and TMP513 temperature and power supply sensor chips. --- -2.24.1 -
