소스 검색

Merge branch 'drivers/ocp2scp' into next/drivers

* drivers/ocp2scp:
  drivers: bus: omap-ocp2scp: Fix compile error
Olof Johansson 13 년 전
부모
커밋
7405a749ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/bus/omap-ocp2scp.c

+ 1 - 1
drivers/bus/omap-ocp2scp.c

@@ -67,7 +67,7 @@ static const struct of_device_id omap_ocp2scp_id_table[] = {
 	{ .compatible = "ti,omap-ocp2scp" },
 	{ .compatible = "ti,omap-ocp2scp" },
 	{}
 	{}
 };
 };
-MODULE_DEVICE_TABLE(of, omap_usb2_id_table);
+MODULE_DEVICE_TABLE(of, omap_ocp2scp_id_table);
 #endif
 #endif
 
 
 static struct platform_driver omap_ocp2scp_driver = {
 static struct platform_driver omap_ocp2scp_driver = {