]> git.ipfire.org Git - people/ms/u-boot.git/commit
types.h: move and redefine resource_size_t
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 28 Jun 2016 01:48:40 +0000 (10:48 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:24 +0000 (18:22 -0400)
commit95ebc253e6d4a3370e3dab14743bfc99fcd9cf1b
tree83315da1cb5ac35ae0249a9cacfbed31d2902020
parent8662bea38e2779a45275a6ac13a378f9f989930a
types.h: move and redefine resource_size_t

Currently, this is only defined in arch/arm/include/asm/types.h,
so move it to include/linux/types.h to make it available for all
architectures.

I defined it with phys_addr_t as Linux does.  I needed to surround
the define with #ifdef __KERNEL__ ... #endif to avoid build errors
in tools building.  (Host tools should not include <linux/types.h>
in the first place, but this is already messy in U-Boot...)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/types.h
include/linux/types.h