summaryrefslogtreecommitdiff
path: root/include/linux/io.h
AgeCommit message (Collapse)Author
2015-05-28include: introduce include/linux/io.h as a wrapper of asm/io.hMasahiro Yamada
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>