From: Manish Badarkhe Date: Wed, 5 Feb 2014 18:36:00 +0000 (+0530) Subject: regulator: tps6507x: Use "IS_ENABLED" for DT code. X-Git-Tag: v3.15-rc1~148^2~1^7~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4246e55fa830aa48cc5a7c3c023eee6553415b4b;p=pandora-kernel.git regulator: tps6507x: Use "IS_ENABLED" for DT code. Instead of "#ifdef CONFIG_OF" use "IS_ENABLED(CONFIG_OF)" option for DT code to avoid if-deffery in code. Also, modify code as per coding style. Signed-off-by: Manish Badarkhe Signed-off-by: Mark Brown --- Reading git-diff-tree failed