commit | af22ac660a5b007938acce4e83d79dd2a0a0b0d8 | [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 | 33665f7cc944c682ef2b632591c9aea1f00dbf2b [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>