aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh/fsi.c')
-rw-r--r--sound/soc/sh/fsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index 91576120cd47..c724026a246f 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -2160,7 +2160,7 @@ static struct fsi_core fsi2_core = {
2160 .b_mclk = B_MST_CTLR, 2160 .b_mclk = B_MST_CTLR,
2161}; 2161};
2162 2162
2163static struct of_device_id fsi_of_match[] __devinitconst = { 2163static struct of_device_id fsi_of_match[] = {
2164 { .compatible = "renesas,sh_fsi", .data = &fsi1_core}, 2164 { .compatible = "renesas,sh_fsi", .data = &fsi1_core},
2165 { .compatible = "renesas,sh_fsi2", .data = &fsi2_core}, 2165 { .compatible = "renesas,sh_fsi2", .data = &fsi2_core},
2166 {}, 2166 {},