kernel/include/linux/rwlock_types.h
.. .. @@ -1,10 +1,6 @@ 1 1 #ifndef __LINUX_RWLOCK_TYPES_H 2 2 #define __LINUX_RWLOCK_TYPES_H 3 3 4 -#if !defined(__LINUX_SPINLOCK_TYPES_H)5 -# error "Do not include directly, include spinlock_types.h"6 -#endif7 -8 4 /* 9 5 * include/linux/rwlock_types.h - generic rwlock type definitions 10 6 * and initializers