[openwrt/openwrt] kernel: remove symbols from 5.10 no longer present on upstream
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 5 13:41:31 GMT 2021
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1b287ed1a389e769f0ffd5be199208fd09182dac
commit 1b287ed1a389e769f0ffd5be199208fd09182dac
Author: Luis Araneda <luaraneda at gmail.com>
AuthorDate: Wed Mar 3 22:03:52 2021 -0300
kernel: remove symbols from 5.10 no longer present on upstream
REFCOUNT_FULL was removed for linux 5.5:
commit fb041bb7c0a9 (locking/refcount: Consolidate implementations of refcount_t)
COMMON_CLK_VERSATILE was removed on linux 5.8:
commit 5f55f1fb187d (clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE)
Signed-off-by: Luis Araneda <luaraneda at gmail.com>
---
target/linux/generic/config-5.10 | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 0fd3e0f5a8..852113c865 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -933,7 +933,6 @@ CONFIG_CMDLINE=""
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_SI570 is not set
# CONFIG_COMMON_CLK_VC5 is not set
-# CONFIG_COMMON_CLK_VERSATILE is not set
# CONFIG_COMMON_CLK_XGENE is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
CONFIG_COMPACTION=y
@@ -4595,7 +4594,6 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
# CONFIG_REALTEK_PHY is not set
# CONFIG_REDWOOD is not set
# CONFIG_REED_SOLOMON_TEST is not set
-# CONFIG_REFCOUNT_FULL is not set
# CONFIG_REGMAP is not set
# CONFIG_REGMAP_I2C is not set
# CONFIG_REGMAP_MMIO is not set
More information about the lede-commits
mailing list