OSDN Git Service

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)
commit78e50c6def9cca448dbb028b57ec92a1589edc07
tree321d3a958615df0ec8e6499b979c9702aa10ca64
parentbb68a4f1e5ef7f2cebe84c57e465afa68a6ab911
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