From: Samuel Ortiz Date: Fri, 11 May 2012 13:10:28 +0000 (+0200) Subject: mfd: Fix tps65910 build failure X-Git-Tag: v3.5-rc1~51^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f65f74ccee15f6eb0009921a428e3c5d5d06ae0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed