]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/include/asm/atomic.h
fsl_sec : Move SEC CCSR definition to common include
[karo-tx-uboot.git] / arch / powerpc / include / asm / atomic.h
index 23f22df1b750eeabc6d025587ff4528870555c68..43a2bb2b3e4446df9e51ec151f5f8ce6335265a5 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef _ASM_PPC_ATOMIC_H_
 #define _ASM_PPC_ATOMIC_H_
 
-#include <linux/config.h>
-
 #ifdef CONFIG_SMP
 typedef struct { volatile int counter; } atomic_t;
 #else