From: Axel Lin Date: Sat, 24 Mar 2012 02:57:53 +0000 (+0800) Subject: regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macro X-Git-Tag: v3.5-rc1~177^2~58^3~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3bd55f5445648f981669758599a6172760d37d;p=pandora-kernel.git regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macro Both _en_bit and _ops parameters for all DCDCs and FETs are the same, so we can hardcode it in tps65090_REG macro. _en_reg can be calculated by _id + 12, so we can also remove it. Signed-off-by: Axel Lin Acked by: Venu Byravarasu Signed-off-by: Mark Brown --- Reading git-diff-tree failed