Re: [PATCH] drivers: bus: omap-ocp2scp: Fix compile error

2012-08-23 Thread Randy Dunlap
On 08/23/2012 10:40 AM, Kishon Vijay Abraham I wrote: > 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 Acked-by: Randy Dunlap Thanks. >

[PATCH] drivers: bus: omap-ocp2scp: Fix compile error

2012-08-23 Thread Kishon Vijay Abraham I
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 --- drivers/bus/omap-ocp2scp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr