hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/linux/spinlock_api_smp.h
....@@ -187,8 +187,6 @@
187187 return 0;
188188 }
189189
190
-#ifndef CONFIG_PREEMPT_RT
191
-# include <linux/rwlock_api_smp.h>
192
-#endif
190
+#include <linux/rwlock_api_smp.h>
193191
194192 #endif /* __LINUX_SPINLOCK_API_SMP_H */