kernel/arch/s390/include/asm/spinlock_types.h
.. .. @@ -2,10 +2,6 @@ 2 2 #ifndef __ASM_SPINLOCK_TYPES_H 3 3 #define __ASM_SPINLOCK_TYPES_H 4 4 5 -#ifndef __LINUX_SPINLOCK_TYPES_H6 -# error "please don't include this file directly"7 -#endif8 -9 5 typedef struct { 10 6 int lock; 11 7 } __attribute__ ((aligned (4))) arch_spinlock_t;