summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2017-09-06 16:44:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-08 08:25:23 +0200
commit57a79764e96708b8c7989d7eaf94a8e649b1320f (patch)
tree2980e37ec7051142b2057f31b61e303f4bdeafd5 /arch/ppc
parent05bc50b854935cea8d0fa54a3386f1ece8235293 (diff)
downloadbarebox-57a79764e96708b8c7989d7eaf94a8e649b1320f.tar.gz
barebox-57a79764e96708b8c7989d7eaf94a8e649b1320f.tar.xz
asm-generic: partially sync io.h with linux kernel
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/include/asm/io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/include/asm/io.h b/arch/ppc/include/asm/io.h
index f83ab6ee0b..025c06f3b7 100644
--- a/arch/ppc/include/asm/io.h
+++ b/arch/ppc/include/asm/io.h
@@ -244,4 +244,6 @@ void ppcDcbi(unsigned long value);
void ppcSync(void);
void ppcDcbz(unsigned long value);
+#include <asm-generic/io.h>
+
#endif