]> git.ipfire.org Git - people/ms/u-boot.git/commit
include: introduce include/linux/io.h as a wrapper of asm/io.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 15 May 2015 13:05:18 +0000 (22:05 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 28 May 2015 12:18:19 +0000 (08:18 -0400)
commitaf22ac660a5b007938acce4e83d79dd2a0a0b0d8
tree2a37b201cd970ca5ce550b3b471ea8105f69bba0
parent33665f7cc944c682ef2b632591c9aea1f00dbf2b
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>
include/linux/io.h [new file with mode: 0644]