aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/spinlock_types.h')
-rw-r--r--arch/hexagon/include/asm/spinlock_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/hexagon/include/asm/spinlock_types.h b/arch/hexagon/include/asm/spinlock_types.h
index 7a906b5214a4..d8f596fec022 100644
--- a/arch/hexagon/include/asm/spinlock_types.h
+++ b/arch/hexagon/include/asm/spinlock_types.h
@@ -21,10 +21,6 @@
#ifndef _ASM_SPINLOCK_TYPES_H
#define _ASM_SPINLOCK_TYPES_H
-#ifndef __LINUX_SPINLOCK_TYPES_H
-# error "please don't include this file directly"
-#endif
-
typedef struct {
volatile unsigned int lock;
} arch_spinlock_t;