From: Fabio Estevam Date: Wed, 5 Sep 2012 14:52:27 +0000 (-0300) Subject: mtd: mxc_nand: Adapt the clock name to the new clock framework X-Git-Tag: v3.7-rc1~70^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b82d3c350dfc16cd4a7de87ca0959ff5fbaa15;p=pandora-kernel.git mtd: mxc_nand: Adapt the clock name to the new clock framework With the new i.mx clock framework the mxc_nand clock is registered as: clk_register_clkdev(clk[nfc_gate], NULL, "mxc_nand");0") So we do not need to pass "nfc" string and can use NULL instead. Signed-off-by: Fabio Estevam Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed