diff options
| author | Kuninori Morimoto <[email protected]> | 2015-04-23 08:15:08 +0000 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2015-05-25 09:20:05 +0200 |
| commit | 6aed678bcdee61ba8fb0b149dc4303b2f24993a2 (patch) | |
| tree | da76df2fd43d8b1423c79a42ef68297f1330c596 /tools/perf/scripts | |
| parent | 60985c39cf85696cc408706193ab7bc80f0833e7 (diff) | |
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 <[email protected]>
Tested-by: Keita Kobayashi <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions