diff options
Diffstat (limited to 'drivers/clk/st/clkgen-fsyn.c')
-rw-r--r-- | drivers/clk/st/clkgen-fsyn.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c index a7e5db483061..e8d599d57f70 100644 --- a/drivers/clk/st/clkgen-fsyn.c +++ b/drivers/clk/st/clkgen-fsyn.c | |||
@@ -917,19 +917,19 @@ static struct clk * __init st_clk_register_quadfs_fsynth( | |||
917 | static struct of_device_id quadfs_of_match[] = { | 917 | static struct of_device_id quadfs_of_match[] = { |
918 | { | 918 | { |
919 | .compatible = "st,stih416-quadfs216", | 919 | .compatible = "st,stih416-quadfs216", |
920 | .data = (void *)&st_fs216c65_416 | 920 | .data = &st_fs216c65_416 |
921 | }, | 921 | }, |
922 | { | 922 | { |
923 | .compatible = "st,stih416-quadfs432", | 923 | .compatible = "st,stih416-quadfs432", |
924 | .data = (void *)&st_fs432c65_416 | 924 | .data = &st_fs432c65_416 |
925 | }, | 925 | }, |
926 | { | 926 | { |
927 | .compatible = "st,stih416-quadfs660-E", | 927 | .compatible = "st,stih416-quadfs660-E", |
928 | .data = (void *)&st_fs660c32_E_416 | 928 | .data = &st_fs660c32_E_416 |
929 | }, | 929 | }, |
930 | { | 930 | { |
931 | .compatible = "st,stih416-quadfs660-F", | 931 | .compatible = "st,stih416-quadfs660-F", |
932 | .data = (void *)&st_fs660c32_F_416 | 932 | .data = &st_fs660c32_F_416 |
933 | }, | 933 | }, |
934 | {} | 934 | {} |
935 | }; | 935 | }; |