regmap: fix the warning about unused variable
authorXiubo Li <lixiubo@cmss.chinamobile.com>
Wed, 9 Dec 2015 09:11:53 +0000 (17:11 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 9 Dec 2015 15:11:03 +0000 (15:11 +0000)
commit19c04788f0e0ef778df39cdeaf8e9889d3020894
treed4312ef0f37afcc1ea4888e4d15b7e1ee4ebc59a
parentafcc00b91f1865f6d0bbdb687dd642ce8a3c3c9e
regmap: fix the warning about unused variable

The variable 'u64 *u64' should be only visible on 64-BIT platform.

Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c