summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
diff options
context:
space:
mode:
authorChristophe Leroy2018-07-05 18:24:59 +0200
committerMichael Ellerman2018-07-30 14:48:17 +0200
commit5c35a02c545a7bbe77f3a1ae337d9e29beed079b (patch)
treed453aa13f5c220df19135b22c4137b890d9715f6 /arch/powerpc/lib
parentpowerpc: move ASM_CONST and stringify_in_c() into asm-const.h (diff)
downloadkernel-qcow2-linux-5c35a02c545a7bbe77f3a1ae337d9e29beed079b.tar.gz
kernel-qcow2-linux-5c35a02c545a7bbe77f3a1ae337d9e29beed079b.tar.xz
kernel-qcow2-linux-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/lib')
-rw-r--r--arch/powerpc/lib/locks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/lib/locks.c b/arch/powerpc/lib/locks.c
index b7b1237d4aa6..35a0ef932e1a 100644
--- a/arch/powerpc/lib/locks.c
+++ b/arch/powerpc/lib/locks.c
@@ -15,7 +15,6 @@
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/export.h>
-#include <linux/stringify.h>
#include <linux/smp.h>
/* waiting for a spinlock... */