Browse Source

[PATCH] uml spinlock breakage

mingo missed that one...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 19 years ago
parent
commit
d3fd4c2d48
1 changed files with 6 additions and 0 deletions
  1. 6 0
      include/asm-um/spinlock_types.h

+ 6 - 0
include/asm-um/spinlock_types.h

@@ -0,0 +1,6 @@
+#ifndef __UM_SPINLOCK_TYPES_H
+#define __UM_SPINLOCK_TYPES_H
+
+#include "asm/arch/spinlock_types.h"
+
+#endif