summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-03-30 13:58:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:33:18 +0200
commit68bd0e50360fd97914e0716f4c9d81ceb980e3ba (patch)
tree2ae2b8b4857a6bc07fc25ce7708ecb5cfde3beaa /arch/ppc
parente92abad36307d2fb45dd7c75cfcaee65b8a73bf7 (diff)
downloadbarebox-68bd0e50360fd97914e0716f4c9d81ceb980e3ba.tar.gz
barebox-68bd0e50360fd97914e0716f4c9d81ceb980e3ba.tar.xz
PPC: atomic: remove non existing header include
linux/config.h does not exist. Remove its inclusion. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-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