kernel/arch/alpha/include/asm/spinlock_types.h
.. .. @@ -2,10 +2,6 @@ 2 2 #ifndef _ALPHA_SPINLOCK_TYPES_H 3 3 #define _ALPHA_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 volatile unsigned int lock; 11 7 } arch_spinlock_t;