hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/powerpc/include/asm/spinlock_types.h
....@@ -2,10 +2,6 @@
22 #ifndef _ASM_POWERPC_SPINLOCK_TYPES_H
33 #define _ASM_POWERPC_SPINLOCK_TYPES_H
44
5
-#ifndef __LINUX_SPINLOCK_TYPES_H
6
-# error "please don't include this file directly"
7
-#endif
8
-
95 typedef struct {
106 volatile unsigned int slock;
117 } arch_spinlock_t;