RE: [PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-31 Thread Dorau, Lukasz
On Monday, March 31, 2014 11:36 AM Josh Triplett wrote: > On Mon, Mar 31, 2014 at 08:54:49AM +, Dorau, Lukasz wrote: > > On Saturday, March 29, 2014 7:04 PM Rashika Kheria > wrote: > > > > > > Mark function as static in isci/phy.c because it is not used outside > > > this file. > > > > > > Th

Re: [PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-31 Thread Josh Triplett
On Mon, Mar 31, 2014 at 08:54:49AM +, Dorau, Lukasz wrote: > On Saturday, March 29, 2014 7:04 PM Rashika Kheria > wrote: > > > > Mark function as static in isci/phy.c because it is not used outside > > this file. > > > > This eliminates the following warning in isci/phy.c: > > drivers/scsi/

RE: [PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-31 Thread Dorau, Lukasz
On Saturday, March 29, 2014 7:04 PM Rashika Kheria wrote: > > Mark function as static in isci/phy.c because it is not used outside > this file. > > This eliminates the following warning in isci/phy.c: > drivers/scsi/isci/phy.c:672:6: warning: no previous prototype for > ‘scu_link_layer_set_txco

[PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/phy.c because it is not used outside this file. This eliminates the following warning in isci/phy.c: drivers/scsi/isci/phy.c:672:6: warning: no previous prototype for ‘scu_link_layer_set_txcomsas_timeout’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Revie