mfd: Fix tps65910 build failure
commit7f65f74ccee15f6eb0009921a428e3c5d5d06ae0
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 11 May 2012 13:10:28 +0000 (11 15:10 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 20 May 2012 15:27:00 +0000 (20 17:27 +0200)
treeb9bc90cc809e4367f9e65cb1d80b0b6c961ff525
parent32df986e985921386b75b4bd1117102bf65fe095
mfd: Fix tps65910 build failure

The tps65910_parse_dt() prototype for !CONFIG_OF was not correct, leading to:

drivers/mfd/tps65910.c: In function ‘tps65910_i2c_probe’:
drivers/mfd/tps65910.c:218:3: error: too many arguments to function ‘tps65910_parse_dt’

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65910.c