summaryrefslogtreecommitdiff
path: root/include/linux/mfd/tps65910.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-07-02 14:34:13 +0100
committerLee Jones <lee.jones@linaro.org>2014-07-09 16:38:01 +0100
commit01a0f4aaaefff9f57bb17e6cc514c84ba43a7335 (patch)
tree0aec539cb3feab6e15d6a967dbae1ccf030900db /include/linux/mfd/tps65910.h
parent942786e6e647cef94cf96dcd836d343be55fc452 (diff)
mfd: tps65910: Rid data size incompatibility warn when building for 64bit
Extinguishes: ../drivers/mfd/tps65910.c: In function ‘tps65910_parse_dt’: ../drivers/mfd/tps65910.c:404:14: warning: cast from pointer to integer of different size Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/tps65910.h')
-rw-r--r--include/linux/mfd/tps65910.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index 16c2335c2856..6483a6fdce59 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -892,7 +892,7 @@ struct tps65910 {
struct device *dev;
struct i2c_client *i2c_client;
struct regmap *regmap;
- unsigned int id;
+ unsigned long id;
/* Client devices */
struct tps65910_pmic *pmic;