[PATCH 02/75] backports: Remove BPAUTO_REFCOUNT

Hauke Mehrtens <[email protected]> Fri, 28 Jun 2024 01:46:48 +0200
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
refcount is only needed for kernel < 4.11 which is not supported any
more.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 backport/compat/Kconfig | 7 -------
 1 file changed, 7 deletions(-)

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
 
-- 
2.45.2