Re: [PATCH 2/2] usb: host: fusbh200-hcd: Staticize local symbols

2013-05-20 Thread Yuan-Hsin Chen
On Mon, May 20, 2013 at 1:51 PM, Sachin Kamat wrote: > Local symbols referenced only in this file are made static. > > Signed-off-by: Sachin Kamat Acked-by: Yuan-Hsin Chen > --- > drivers/usb/host/fusbh200-hcd.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a

Re: [PATCH 2/2] usb: host: fusbh200-hcd: Staticize local symbols

2013-05-19 Thread Sachin Kamat
Hi, On 20 May 2013 12:13, Yuan-Hsin Chen wrote: > Hi, > > On Mon, May 20, 2013 at 1:51 PM, Sachin Kamat wrote: >> Local symbols referenced only in this file are made static. >> >> Signed-off-by: Sachin Kamat > > Thank you. I believe you probably meant to add your Ack to this series? > >> ---

Re: [PATCH 2/2] usb: host: fusbh200-hcd: Staticize local symbols

2013-05-19 Thread Yuan-Hsin Chen
Hi, On Mon, May 20, 2013 at 1:51 PM, Sachin Kamat wrote: > Local symbols referenced only in this file are made static. > > Signed-off-by: Sachin Kamat Thank you. > --- > drivers/usb/host/fusbh200-hcd.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/u

[PATCH 2/2] usb: host: fusbh200-hcd: Staticize local symbols

2013-05-19 Thread Sachin Kamat
Local symbols referenced only in this file are made static. Signed-off-by: Sachin Kamat --- drivers/usb/host/fusbh200-hcd.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c index b17dd3f..0855ca4 100644