Re: [PATCH 3/3] drivers: message: Mark functions as static in mptsas.c

2013-12-13 Thread Josh Triplett
On Fri, Dec 13, 2013 at 11:40:35AM +0530, Rashika Kheria wrote: > This patch marks the function mptsas_refreshing_device_handles(), > mptsas_expander_add() and mptsas_shutdown() as static in fusion/mptsas.c > because they are not used outside this file. > > Thus, it also eliminates the following w

[PATCH 3/3] drivers: message: Mark functions as static in mptsas.c

2013-12-12 Thread Rashika Kheria
This patch marks the function mptsas_refreshing_device_handles(), mptsas_expander_add() and mptsas_shutdown() as static in fusion/mptsas.c because they are not used outside this file. Thus, it also eliminates the following warnings in fusion/mptsas.c: drivers/message/fusion/mptsas.c:1579:1: warnin