From: Fabio Estevam Date: Tue, 26 Mar 2013 13:42:10 +0000 (-0300) Subject: ARM: imx: adapt clk_busy_mux to new clk_mux struct X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~129^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35e89ad91c5379bef867eac1aff46a6187f7d74;p=pandora-kernel.git ARM: imx: adapt clk_busy_mux to new clk_mux struct Commit ce4f3313b05 (clk: add table lookup to mux) caused the following build error on imx_v4_v5_defconfig/imx_v6_v7_defconfig: arch/arm/mach-imx/clk-busy.c:172:11: error: 'struct clk_mux' has no member named 'width' Fix it by passing the 'mask' field. Signed-off-by: Fabio Estevam Acked-by: Peter De Schrijver Signed-off-by: Mike Turquette [mturquette@linaro.org: shortened $SUBJECT line] --- Reading git-diff-tree failed