projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d45136
)
drivers: clk: st: Remove unused code
author
Gabriel Fernandez
<gabriel.fernandez@linaro.org>
Tue, 23 Jun 2015 14:09:21 +0000
(16:09 +0200)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 6 Jul 2015 19:25:36 +0000
(12:25 -0700)
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>
drivers/clk/st/clkgen-fsyn.c
patch
|
blob
|
history
diff --git
a/drivers/clk/st/clkgen-fsyn.c
b/drivers/clk/st/clkgen-fsyn.c
index e94197f04b0b3bae5a811c70e7d91393a2a263c6..099ed6050d2509d022828f58b83429cd2c19837e 100644
(file)
--- 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[] = {
.compatible = "st,stih407-quadfs660-D",
.data = &st_fs660c32_D_407
},
- {
- .compatible = "st,stih407-quadfs660-D",
- .data = (void *)&st_fs660c32_D_407
- },
{}
};