From: Krzysztof Kozlowski Date: Tue, 18 Nov 2014 11:18:18 +0000 (+0100) Subject: ARM: 8207/1: amba: Use inlines instead of macros for amba_pclk_enable/disable X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~109^2~1^4~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c2b9cb30f561325b010e046b7bbe2a327e69a0;p=pandora-kernel.git ARM: 8207/1: amba: Use inlines instead of macros for amba_pclk_enable/disable Replace the amba_pclk_enable and amba_pclk_disable macros with static inline functions and remove checks for IS_ERR. The amba bus clock won't be ERR because probe would fail before the use of these functions. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Russell King --- Reading git-diff-tree failed