X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fatomic.h;h=4b0ce3e7de9a4267088ab585e46232214b139879;hb=977e6b9f3a9b17f1c608a9d1e5a7b5c46a5f7d4a;hp=3d7283d84405e58b1249a562e4839570170928ec;hpb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;p=linux-2.6 diff --git a/include/asm-arm/atomic.h b/include/asm-arm/atomic.h index 3d7283d844..4b0ce3e7de 100644 --- a/include/asm-arm/atomic.h +++ b/include/asm-arm/atomic.h @@ -11,7 +11,6 @@ #ifndef __ASM_ARM_ATOMIC_H #define __ASM_ARM_ATOMIC_H -#include #include typedef struct { volatile int counter; } atomic_t;