]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/soc/sh/fsi.c
ASoC: sh: fix build error: terminate the platform device ID list
[mv-sheeva.git] / sound / soc / sh / fsi.c
index 82c6190b46f34f217cfe49802994f99d04cd00da..dd9963345b930c8aed8aaac81392e9200fea484b 100644 (file)
@@ -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);