commit | 002dd96e1962725d864f80c54a9358cef651cc22 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Wed Dec 03 23:04:37 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 16 16:54:41 2008 +0100 |
tree | 587334e74f0f0a25b506edbff016a4374f40d9ae | |
parent | abe9082ab81b2aab920e1c838cb1f869a4bfb68e [diff] |
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>