]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
authorBecky Bruce <beckyb@kernel.crashing.org>
Thu, 4 Dec 2008 05:04:37 +0000 (23:04 -0600)
committerWolfgang Denk <wd@denx.de>
Tue, 16 Dec 2008 15:54:41 +0000 (16:54 +0100)
commitb1ffecec37b57a59c139042267faac458e5324e9
tree587334e74f0f0a25b506edbff016a4374f40d9ae
parentaa1bcca3d2e22af4dea9f02132f9b56a30378ded
powerpc: fix io.h build warning with CONFIG_PHYS_64BIT

Casting a pointer to a phys_addr_t when it's an unsigned long long
on a 32-bit system without first casting to a non-pointer type
generates a compiler warning. Fix this.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
include/asm-ppc/io.h