From: Gabriel Fernandez Date: Tue, 23 Jun 2015 14:09:21 +0000 (+0200) Subject: drivers: clk: st: Remove unused code X-Git-Tag: v4.2-rc2~10^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c14bada8f71eef63d4465aa8e3a479104a06e7c7;p=linux-2.6-block.git drivers: clk: st: Remove unused code Remove this duplicated code due to a bad copy / paste. Signed-off-by: Gabriel Fernandez Signed-off-by: Stephen Boyd --- 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[] = { .compatible = "st,stih407-quadfs660-D", .data = &st_fs660c32_D_407 }, - { - .compatible = "st,stih407-quadfs660-D", - .data = (void *)&st_fs660c32_D_407 - }, {} };