From: Krzysztof Kozlowski Date: Tue, 17 Dec 2013 13:23:19 +0000 (+0100) Subject: mfd: sec: Remove sec_reg* regmap helpers X-Git-Tag: v3.14-rc1~92^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5182b59f65e7975d8fec73d511f4d6c44f6ed3;p=pandora-kernel.git mfd: sec: Remove sec_reg* regmap helpers Remove sec_reg* helpers as they are not used anymore. These helpers were error-prone as they mixed u8 with unsigned int and they changed order of some of parameters (val and mask in sec_reg_update()). Also the helpers didn't give any way of useful abstraction as they just called corresponding regmap function. Signed-off-by: Krzysztof Kozlowski Acked-by: Lee Jones Signed-off-by: Mark Brown --- Reading git-diff-tree failed