summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/dcr-native.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-07-05 19:24:59 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-30 15:48:17 +0300
commit5c35a02c545a7bbe77f3a1ae337d9e29beed079b (patch)
treed453aa13f5c220df19135b22c4137b890d9715f6 /arch/powerpc/include/asm/dcr-native.h
parentec0c464cdbf38bf6ddabec8bfa595bd421cab203 (diff)
downloadlinux-5c35a02c545a7bbe77f3a1ae337d9e29beed079b.tar.xz
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/dcr-native.h')
-rw-r--r--arch/powerpc/include/asm/dcr-native.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/dcr-native.h b/arch/powerpc/include/asm/dcr-native.h
index 4a2beef74277..151dff555f50 100644
--- a/arch/powerpc/include/asm/dcr-native.h
+++ b/arch/powerpc/include/asm/dcr-native.h
@@ -25,6 +25,7 @@
#include <linux/spinlock.h>
#include <asm/cputable.h>
#include <asm/cpu_has_feature.h>
+#include <linux/stringify.h>
typedef struct {
unsigned int base;