From: Al Viro Date: Sat, 10 Sep 2005 23:24:27 +0000 (+0100) Subject: [PATCH] uml spinlock breakage X-Git-Tag: v2.6.14-rc1~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3fd4c2d48ac4590a922f2a950a2d46386c97a8a;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] uml spinlock breakage mingo missed that one... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/spinlock_types.h b/include/asm-um/spinlock_types.h new file mode 100644 index 0000000..e5a9429 --- /dev/null +++ b/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