Loading sound/soc/sh/fsi.c +2 −2 Original line number Diff line number Diff line Loading @@ -1876,7 +1876,7 @@ static void fsi_handler_init(struct fsi_priv *fsi, } } static struct of_device_id fsi_of_match[]; static const struct of_device_id fsi_of_match[]; static int fsi_probe(struct platform_device *pdev) { struct fsi_master *master; Loading Loading @@ -2092,7 +2092,7 @@ static struct fsi_core fsi2_core = { .b_mclk = B_MST_CTLR, }; static struct of_device_id fsi_of_match[] = { static const struct of_device_id fsi_of_match[] = { { .compatible = "renesas,sh_fsi", .data = &fsi1_core}, { .compatible = "renesas,sh_fsi2", .data = &fsi2_core}, {}, Loading Loading
sound/soc/sh/fsi.c +2 −2 Original line number Diff line number Diff line Loading @@ -1876,7 +1876,7 @@ static void fsi_handler_init(struct fsi_priv *fsi, } } static struct of_device_id fsi_of_match[]; static const struct of_device_id fsi_of_match[]; static int fsi_probe(struct platform_device *pdev) { struct fsi_master *master; Loading Loading @@ -2092,7 +2092,7 @@ static struct fsi_core fsi2_core = { .b_mclk = B_MST_CTLR, }; static struct of_device_id fsi_of_match[] = { static const struct of_device_id fsi_of_match[] = { { .compatible = "renesas,sh_fsi", .data = &fsi1_core}, { .compatible = "renesas,sh_fsi2", .data = &fsi2_core}, {}, Loading