[PATCH] add missing header in include/asm/atomic.h

From: Dominik Karall
Date: Sun Oct 16 2005 - 19:06:16 EST


On Monday 17 October 2005 00:41, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc4/2.
>6.14-rc4-mm1/

This patch should fix a compile error for fs/ntfs/namei.o, caused by a missing
header for u32 in include/asm/atomic.h.

I hope it's correctly fixed this way.

dominik
--- linux/include/asm/atomic.h.orig 2005-10-17 01:40:48.000000000 +0200
+++ linux/include/asm/atomic.h 2005-10-17 01:41:05.000000000 +0200
@@ -2,6 +2,7 @@
#define __ARCH_X86_64_ATOMIC__

#include <linux/config.h>
+#include <linux/types.h>

/* atomic_t should be 32 bit signed type */