From: Fabio Estevam Date: Fri, 6 Jul 2012 18:31:32 +0000 (-0300) Subject: i2c: i2c-imx: Adapt the clock name to the new clock framework X-Git-Tag: v3.6-rc1~67^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f09c672314f8180113429ff36cad09296c40a9f;p=pandora-kernel.git i2c: i2c-imx: Adapt the clock name to the new clock framework With the new i.mx clock framework the i2c clock is registered as: clk_register_clkdev(clk[i2c1_ipg_gate], NULL, "imx-i2c.0") So we do not need to pass "i2c_clk" string and can use NULL instead. Signed-off-by: Fabio Estevam Acked-by: Sascha Hauer [wsa: rebased on top of the devm-conversion] Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed