lkml.org 
[lkml]   [2005]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] add missing header in include/asm/atomic.h
Date
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 */
\
 
 \ /
  Last update: 2005-10-17 02:08    [W:0.409 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site