public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] drivers: bus: omap-ocp2scp: Fix compile error
@ 2012-08-23 17:40 Kishon Vijay Abraham I
  2012-08-23 17:53 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Kishon Vijay Abraham I @ 2012-08-23 17:40 UTC (permalink / raw)
  To: kishon, rdunlap, sfr, linux-next, linux-kernel

Fixes
CC [M]  drivers/bus/omap-ocp2scp.o
drivers/bus/omap-ocp2scp.c:70:1: error: '__mod_of_device_table' aliased to
undefined symbol 'omap_usb2_id_table'

Signed-off-by: Kishon Vijay Abraham I <kishon@ti•com>
---
 drivers/bus/omap-ocp2scp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/omap-ocp2scp.c b/drivers/bus/omap-ocp2scp.c
index 9075ef8..ff63560 100644
--- a/drivers/bus/omap-ocp2scp.c
+++ b/drivers/bus/omap-ocp2scp.c
@@ -67,7 +67,7 @@ static const struct of_device_id omap_ocp2scp_id_table[] = {
 	{ .compatible = "ti,omap-ocp2scp" },
 	{}
 };
-MODULE_DEVICE_TABLE(of, omap_usb2_id_table);
+MODULE_DEVICE_TABLE(of, omap_ocp2scp_id_table);
 #endif
 
 static struct platform_driver omap_ocp2scp_driver = {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-23 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 17:40 [PATCH] drivers: bus: omap-ocp2scp: Fix compile error Kishon Vijay Abraham I
2012-08-23 17:53 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox