瀏覽代碼

Merge remote-tracking branch 'asoc/topic/ux500' into asoc-next

Mark Brown 10 年之前
父節點
當前提交
4922e7a1b7
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      sound/soc/ux500/mop500.c
  2. 1 0
      sound/soc/ux500/ux500_msp_dai.c

+ 1 - 0
sound/soc/ux500/mop500.c

@@ -152,6 +152,7 @@ static const struct of_device_id snd_soc_mop500_match[] = {
 	{ .compatible = "stericsson,snd-soc-mop500", },
 	{},
 };
+MODULE_DEVICE_TABLE(of, snd_soc_mop500_match);
 
 static struct platform_driver snd_soc_mop500_driver = {
 	.driver = {

+ 1 - 0
sound/soc/ux500/ux500_msp_dai.c

@@ -843,6 +843,7 @@ static const struct of_device_id ux500_msp_i2s_match[] = {
 	{ .compatible = "stericsson,ux500-msp-i2s", },
 	{},
 };
+MODULE_DEVICE_TABLE(of, ux500_msp_i2s_match);
 
 static struct platform_driver msp_i2s_driver = {
 	.driver = {