From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/include/linux/rwlock_types.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/rwlock_types.h b/kernel/include/linux/rwlock_types.h index 0ad226b..3bd03e1 100644 --- a/kernel/include/linux/rwlock_types.h +++ b/kernel/include/linux/rwlock_types.h @@ -1,10 +1,6 @@ #ifndef __LINUX_RWLOCK_TYPES_H #define __LINUX_RWLOCK_TYPES_H -#if !defined(__LINUX_SPINLOCK_TYPES_H) -# error "Do not include directly, include spinlock_types.h" -#endif - /* * include/linux/rwlock_types.h - generic rwlock type definitions * and initializers -- Gitblit v1.6.2