aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff
blob: a06b5affd99dda1935962a5e5f06fc7d88a03c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/asm-mips/atomic.h.orig	2004-10-01 10:10:05.487734944 +0200
+++ include/asm-mips/atomic.h	2004-10-01 10:10:15.837161592 +0200
@@ -15,8 +15,6 @@
 #define _ASM_ATOMIC_H
 
 
-#include <asm/system.h>
-
 typedef struct { volatile int counter; } atomic_t;
 typedef struct { volatile __s64 counter; } atomic64_t;