commit | ffde0ccae6dd0af1be40c51c62eedaaca168973c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri May 15 22:05:18 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu May 28 08:18:19 2015 -0400 |
tree | 2a37b201cd970ca5ce550b3b471ea8105f69bba0 | |
parent | 77e36f78aae20b51f936fae30b9b3f7b18bc5219 [diff] |
include: introduce include/linux/io.h as a wrapper of asm/io.h In the latest Linux coding style, <linux/io.h> should be included rather than <asm/io.h>. To follow this standard also in U-Boot, add include/linux/io.h. Currently, it just includes <asm/io.h>. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>