RE: [PATCH 4/8] musb: Update setup_usb() call for all Davinci boards

2009-11-17 Thread Gupta, Ajay Kumar
kia.com; > linux-o...@vger.kernel.org; Gadiyar, Anand > Subject: Re: [PATCH 4/8] musb: Update setup_usb() call for all Davinci > boards > > Ajay Kumar Gupta wrote: > > > setup_usb() has been modified to pass board specific data so updating > > this function call fro

Re: [PATCH 4/8] musb: Update setup_usb() call for all Davinci boards

2009-11-17 Thread Sergei Shtylyov
Ajay Kumar Gupta wrote: setup_usb() has been modified to pass board specific data so updating this function call from all Davinci based boards. Added "struct device;" to fix below compilation warning for Davinci boards. "musb.h: struct device, defined within parameter list" Signed-off-by:

Re: [PATCH 4/8] musb: Update setup_usb() call for all Davinci boards

2009-11-17 Thread Sergei Shtylyov
Ajay Kumar Gupta wrote: setup_usb() has been modified to pass board specific data so updating this function call from all Davinci based boards. Added "struct device;" to fix below compilation warning for Davinci boards. "musb.h: struct device, defined within parameter list" Signed-off-by:

Re: [PATCH 4/8] musb: Update setup_usb() call for all Davinci boards

2009-11-17 Thread Sergei Shtylyov
Ajay Kumar Gupta wrote: setup_usb() has been modified to pass board specific data so updating this function call from all Davinci based boards. Added "struct device;" to fix below compilation warning for Davinci boards. "musb.h: struct device, defined within parameter list" You should fi

[PATCH 4/8] musb: Update setup_usb() call for all Davinci boards

2009-11-17 Thread Ajay Kumar Gupta
setup_usb() has been modified to pass board specific data so updating this function call from all Davinci based boards. Added "struct device;" to fix below compilation warning for Davinci boards. "musb.h: struct device, defined within parameter list" Signed-off-by: Ajay Kumar Gupta --- arch/arm