From: Kim, Milo Date: Mon, 18 Feb 2013 06:50:55 +0000 (+0000) Subject: regulator: core: use regulator_ena_pin member X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b74d149247c8972da1cec3e4c70b67049aaeb69;p=pandora-kernel.git regulator: core: use regulator_ena_pin member The regulator_dev has regulator_enable_gpio structure. 'ena_gpio' and 'ena_gpio_invert' were moved to in regulator_enable_gpio. regulator_dev ---> regulator_enable_gpio .ena_gpio .gpio .ena_gpio_invert .ena_gpio_invert Pointer, 'ena_pin' is used for checking valid enable GPIO pin. Signed-off-by: Milo(Woogyom) Kim Reviewed-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed