sdhci: fix warnings on 64-bit builds
authorRob Herring <robh@kernel.org>
Tue, 17 Mar 2015 20:46:38 +0000 (15:46 -0500)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Wed, 18 Mar 2015 07:55:59 +0000 (09:55 +0200)
commit3c1fcb770b046c04eab25963ab2c427dff725875
treed73332a99c16408e2f02204801e93255504b6ef6
parente113fe3c06e34c9d29bd8952955558d585e4f80c
sdhci: fix warnings on 64-bit builds

Change addresses to unsigned long to be compatible with 64-bit builds.
Regardless of fixing warnings, the device is still only 32-bit capable.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/sdhci.c