kernel/include/linux/spinlock_api_smp.h
.. .. @@ -187,8 +187,6 @@ 187 187 return 0; 188 188 } 189 189 190 -#ifndef CONFIG_PREEMPT_RT191 -# include <linux/rwlock_api_smp.h>192 -#endif190 +#include <linux/rwlock_api_smp.h>193 191 194 192 #endif /* __LINUX_SPINLOCK_API_SMP_H */