aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/synch.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-07-05 16:24:59 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-30 22:48:17 +1000
commit5c35a02c545a7bbe77f3a1ae337d9e29beed079b (patch)
treed453aa13f5c220df19135b22c4137b890d9715f6 /arch/powerpc/include/asm/synch.h
parentpowerpc: move ASM_CONST and stringify_in_c() into asm-const.h (diff)
downloadlinux-dev-5c35a02c545a7bbe77f3a1ae337d9e29beed079b.tar.xz
linux-dev-5c35a02c545a7bbe77f3a1ae337d9e29beed079b.zip
powerpc: clean the inclusion of stringify.h
Only include linux/stringify.h is files using __stringify() Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/synch.h')
-rw-r--r--arch/powerpc/include/asm/synch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/synch.h b/arch/powerpc/include/asm/synch.h
index f6f8c75bbb24..aca70fb43147 100644
--- a/arch/powerpc/include/asm/synch.h
+++ b/arch/powerpc/include/asm/synch.h
@@ -3,7 +3,6 @@
#define _ASM_POWERPC_SYNCH_H
#ifdef __KERNEL__
-#include <linux/stringify.h>
#include <asm/feature-fixups.h>
#include <asm/asm-const.h>