aboutsummaryrefslogtreecommitdiff
path: root/include/asm-parisc/spinlock_types.h
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2006-12-14 11:12:50 -0500
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 00:43:10 -0500
commit959f4f13a3fe661ee2761c4dc9a70196fb8b1c12 (patch)
tree6e1d438f8350f201c7b940716930b1e2d634ee06 /include/asm-parisc/spinlock_types.h
parentaf5917f0cd60715ed09874bb793d4f62ba692f47 (diff)
[PARISC] "Fix" circular includes
Use a really big hammer for the mean time to get things building again. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc/spinlock_types.h')
-rw-r--r--include/asm-parisc/spinlock_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-parisc/spinlock_types.h b/include/asm-parisc/spinlock_types.h
index d6b479bdb88..3f72f47cf4b 100644
--- a/include/asm-parisc/spinlock_types.h
+++ b/include/asm-parisc/spinlock_types.h
@@ -1,10 +1,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 {
#ifdef CONFIG_PA20
volatile unsigned int slock;