diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-03-17 19:58:29 +0300 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-12 20:19:03 +0400 |
commit | 1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9 (patch) | |
tree | ca3c0b9703c62b6685546409a619ff4245150966 /arch/arm/lib/ecard.S | |
parent | bf83de4037780b11b27f1e32e33c1e8e7e42602e (diff) | |
download | linux-1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9.tar.xz |
arm: msm: smd: convert unsigned addr to unsigned long
"unsigned" translates to "unsigned int", but this value holds an
address. We always want to use unsigned long for addresses since
it will change size to fit the machine.
This just convert the one address holder to unsigned long.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/lib/ecard.S')
0 files changed, 0 insertions, 0 deletions