9
0
Fork 0

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>
This commit is contained in:
Alexander Aring 2012-09-03 08:18:06 +02:00 committed by Sascha Hauer
parent f64bd3d932
commit 31a1076a46
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
/* nothing */
#ifndef __ASM_SANDBOX_IO_H
#define __ASM_SANDBOX_IO_H
#include <asm-generic/io.h>
#endif /* __ASM_SANDBOX_IO_H */