From: Kuninori Morimoto Date: Thu, 23 Apr 2015 08:15:08 +0000 (+0000) Subject: mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host X-Git-Tag: omap-for-v4.3/legacy-v2-signed~190^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aed678bcdee61ba8fb0b149dc4303b2f24993a2;p=pandora-kernel.git mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host struct sh_mmcif_host has 1) int clk, 2) struct clock *hclk, and host->clk = clk_get_rate(host->hclk). This int clk is not necessary. Let's remove it. And, current hclk is confusable naming. Let's rename it to clk. Signed-off-by: Kuninori Morimoto Tested-by: Keita Kobayashi Acked-by: Geert Uytterhoeven Acked-by: Laurent Pinchart Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed