diff options
Diffstat (limited to 'arch/powerpc/include/asm/atomic.h')
| -rw-r--r-- | arch/powerpc/include/asm/atomic.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/powerpc/include/asm/atomic.h b/arch/powerpc/include/asm/atomic.h index 23f22df1b..43a2bb2b3 100644 --- a/arch/powerpc/include/asm/atomic.h +++ b/arch/powerpc/include/asm/atomic.h @@ -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 |