Home
last modified time | relevance | path

Searched hist:"687 c108b10e66ed45fb9543d1111c3d10501a65c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dio.h687c108b10e66ed45fb9543d1111c3d10501a65c Sat Oct 20 12:33:13 UTC 2012 Gabe Black <gabeblack@chromium.org> x86: Include types.h explicitly in the i386 version of io.h

The i386 version of io.h depends on the phys_addr_t type which is defined in
types.h. It wasn't including that explicitly, and was working presumably
because the other files including it had already included types.h themselves
directly or indirectly. This change fixes that.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>