Home
last modified time | relevance | path

Searched hist:af22ac660a5b007938acce4e83d79dd2a0a0b0d8 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dio.haf22ac660a5b007938acce4e83d79dd2a0a0b0d8 Fri May 15 13:05:18 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> 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>