From 43722ea3ee115d90677a3427a931f63e48be4e02 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 5 Oct 2010 17:54:28 +0200 Subject: [PATCH] --- yaml --- r: 216613 b: refs/heads/master c: 05c694500b20e0b7c6f7c80d63ef21b92d219752 h: refs/heads/master i: 216611: 7be95b3ccc9c2f4bb73f10f78f0c0683295a2370 v: v3 --- [refs] | 2 +- trunk/sound/soc/sh/fsi.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 91d952556aba..cb2c5cd7b1be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e595b3252f4a53fc52227ca7a8b94199f9f319a9 +refs/heads/master: 05c694500b20e0b7c6f7c80d63ef21b92d219752 diff --git a/trunk/sound/soc/sh/fsi.c b/trunk/sound/soc/sh/fsi.c index 82c6190b46f3..dd9963345b93 100644 --- a/trunk/sound/soc/sh/fsi.c +++ b/trunk/sound/soc/sh/fsi.c @@ -1216,6 +1216,7 @@ static struct fsi_core fsi2_core = { static struct platform_device_id fsi_id_table[] = { { "sh_fsi", (kernel_ulong_t)&fsi1_core }, { "sh_fsi2", (kernel_ulong_t)&fsi2_core }, + {}, }; MODULE_DEVICE_TABLE(platform, fsi_id_table);