Re: [PATCH 10/17] usb: isp1760: Prefix driver data structures with isp1760_

2014-10-06 Thread Felipe Balbi
On Mon, Oct 06, 2014 at 06:54:58PM +0300, Laurent Pinchart wrote: > The slotinfo and memory_chunk structures are specific to the driver and > defined in a header file. Prefix them with isp1760_ to avoid namespace > clashes. > > Signed-off-by: Laurent Pinchart Reviewed-by: Felipe Balbi > --- >

[PATCH 10/17] usb: isp1760: Prefix driver data structures with isp1760_

2014-10-06 Thread Laurent Pinchart
The slotinfo and memory_chunk structures are specific to the driver and defined in a header file. Prefix them with isp1760_ to avoid namespace clashes. Signed-off-by: Laurent Pinchart --- drivers/usb/host/isp1760-hcd.c | 15 --- drivers/usb/host/isp1760-hcd.h | 4 ++-- 2 files chang