summaryrefslogtreecommitdiffstats
path: root/arch/ppc/include/asm/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/include/asm/atomic.h')
-rw-r--r--arch/ppc/include/asm/atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/include/asm/atomic.h b/arch/ppc/include/asm/atomic.h
index a98d892ea7..af3c61a823 100644
--- a/arch/ppc/include/asm/atomic.h
+++ b/arch/ppc/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