dect
/
linux-2.6
Archived
13
0
Fork 0

Merge branch 'drivers/ocp2scp' into next/drivers

* drivers/ocp2scp:
  drivers: bus: omap-ocp2scp: Fix compile error
This commit is contained in:
Olof Johansson 2012-09-04 17:02:46 -07:00
commit 7405a749ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {