regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables
authorAxel Lin <axel.lin@ingics.com>
Tue, 4 Mar 2014 10:20:14 +0000 (18:20 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 4 Mar 2014 10:46:55 +0000 (18:46 +0800)
commite6c4c3378d82c5eeb136ed06b1a23651bcdaf739
tree2a37764e95f32de124f06e39222adb6476961014
parentf2518480c7b744296a5587990a54e3a284d932b8
regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables

Also remove PFUZE_NUM to avoid below build warnings:

  CC [M]  drivers/regulator/pfuze100-regulator.o
drivers/regulator/pfuze100-regulator.c:86:2: warning: excess elements in array initializer [enabled by default]
drivers/regulator/pfuze100-regulator.c:86:2: warning: (near initialization for 'pfuze_device_id') [enabled by default]
drivers/regulator/pfuze100-regulator.c:93:2: warning: excess elements in array initializer [enabled by default]
drivers/regulator/pfuze100-regulator.c:93:2: warning: (near initialization for 'pfuze_dt_ids') [enabled by default]

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/pfuze100-regulator.c
This page took 0.025028 seconds and 5 git commands to generate.