public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] bus: fix omap compile error if CONFIG_OF is true
@ 2012-09-04 14:41 Alan Cox
  2012-09-04 21:37 ` Stephen Rothwell
  2012-09-04 21:47 ` Randy Dunlap
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Cox @ 2012-09-04 14:41 UTC (permalink / raw)
  To: kishon, linux-next

From: Alan Cox <alan@linux•intel.com>

Signed-off-by: Alan Cox <alan@linux•intel.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 = {

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

end of thread, other threads:[~2012-09-05  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 14:41 [PATCH] bus: fix omap compile error if CONFIG_OF is true Alan Cox
2012-09-04 21:37 ` Stephen Rothwell
2012-09-04 21:47 ` Randy Dunlap
2012-09-05  0:05   ` Olof Johansson

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