Don't include linux/config.h from anywhere else in include/
[powerpc.git] / include / asm-arm / atomic.h
index 3d7283d..4b0ce3e 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef __ASM_ARM_ATOMIC_H
 #define __ASM_ARM_ATOMIC_H
 
-#include <linux/config.h>
 #include <linux/compiler.h>
 
 typedef struct { volatile int counter; } atomic_t;