diff options
author | Gabriel Fernandez <gabriel.fernandez@linaro.org> | 2015-06-23 10:09:21 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-06 15:25:36 -0400 |
commit | c14bada8f71eef63d4465aa8e3a479104a06e7c7 (patch) | |
tree | 4bfd00d998c4abb94274a548138a973ec1357741 | |
parent | 6d451367bfa16fc103604bacd258f534c65d1540 (diff) |
drivers: clk: st: Remove unused code
Remove this duplicated code due to a bad copy / paste.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | drivers/clk/st/clkgen-fsyn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c index e94197f04b0b..099ed6050d25 100644 --- a/drivers/clk/st/clkgen-fsyn.c +++ b/drivers/clk/st/clkgen-fsyn.c | |||
@@ -1082,10 +1082,6 @@ static const struct of_device_id quadfs_of_match[] = { | |||
1082 | .compatible = "st,stih407-quadfs660-D", | 1082 | .compatible = "st,stih407-quadfs660-D", |
1083 | .data = &st_fs660c32_D_407 | 1083 | .data = &st_fs660c32_D_407 |
1084 | }, | 1084 | }, |
1085 | { | ||
1086 | .compatible = "st,stih407-quadfs660-D", | ||
1087 | .data = (void *)&st_fs660c32_D_407 | ||
1088 | }, | ||
1089 | {} | 1085 | {} |
1090 | }; | 1086 | }; |
1091 | 1087 | ||