diff mbox series

[2/6] backports: Remove BPAUTO_REFCOUNT

Message ID 20240410222010.1171249-3-hauke@hauke-m.de (mailing list archive)
State New
Headers show
Series backports: Remove Old backports code | expand

Commit Message

Hauke Mehrtens April 10, 2024, 10:20 p.m. UTC
refcount is only needed for kernel < 4.11 which is not supported any
more.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 backport/compat/Kconfig | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig
index f7266780..637c5610 100644
--- a/backport/compat/Kconfig
+++ b/backport/compat/Kconfig
@@ -79,13 +79,6 @@  config BPAUTO_USERSEL_BUILD_ALL
 config BPAUTO_WANT_DEV_COREDUMP
 	bool
 
-config BPAUTO_REFCOUNT
-	bool
-	default y
-	depends on KERNEL_4_11
-	#h-file linux/refcount.h
-	#c-file lib/refcount.c
-
 config BPAUTO_SYSTEM_DATA_VERIFICATION
 	bool