summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@googlemail.com>2012-09-03 08:18:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-03 11:09:07 +0200
commit31a1076a462ceec66f72fdb73eb0f04ba47cfa03 (patch)
tree82924dd7da085247dfa8c0569faedad0d3684b41
parentf64bd3d932ec033f02715a5e92b57f52821a4b06 (diff)
downloadbarebox-31a1076a462ceec66f72fdb73eb0f04ba47cfa03.tar.gz
barebox-31a1076a462ceec66f72fdb73eb0f04ba47cfa03.tar.xz
sandbox: add asm-generic/io.h
Add in sandbox asm/io.h the asm-generic/io.h header file. Needed by NAND support. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/sandbox/include/asm/io.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/io.h b/arch/sandbox/include/asm/io.h
index da84fa5f6b..8ca164f214 100644
--- a/arch/sandbox/include/asm/io.h
+++ b/arch/sandbox/include/asm/io.h
@@ -1 +1,6 @@
-/* nothing */
+#ifndef __ASM_SANDBOX_IO_H
+#define __ASM_SANDBOX_IO_H
+
+#include <asm-generic/io.h>
+
+#endif /* __ASM_SANDBOX_IO_H */