]> git.baikalelectronics.ru Git - kernel.git/commit
clk: xgene: Delete duplicated name field
authorMatthias Brugger <matthias.bgg@gmail.com>
Wed, 17 Jun 2015 21:28:49 +0000 (23:28 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 7 Jul 2015 00:20:57 +0000 (17:20 -0700)
commit0e811d7fcc14af37129f9f0f2efe32dfcd448b61
tree321d3a958615df0ec8e6499b979c9702aa10ca64
parent9b91aeac1626aa58111cad6b9de43519aed90f78
clk: xgene: Delete duplicated name field

X-Gene clocks implement it's name in the clock private struct.
This is a duplication of the name field. We can delete the field
and rely on the common implementation to retrieve the name.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-xgene.c