Re: [PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2014-01-05 Thread Rafael J. Wysocki
On Saturday, December 14, 2013 12:58:37 PM Josh Triplett wrote: > On Sat, Dec 14, 2013 at 06:50:56PM +0530, Rashika Kheria wrote: > > This patch marks the function pnp_build_option() as static in resource.c > > because it is not used outside this file. > > > > Thus, it also eliminates the

Re: [PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2014-01-05 Thread Rafael J. Wysocki
On Saturday, December 14, 2013 12:58:37 PM Josh Triplett wrote: On Sat, Dec 14, 2013 at 06:50:56PM +0530, Rashika Kheria wrote: This patch marks the function pnp_build_option() as static in resource.c because it is not used outside this file. Thus, it also eliminates the following

Re: [PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 06:50:56PM +0530, Rashika Kheria wrote: > This patch marks the function pnp_build_option() as static in resource.c > because it is not used outside this file. > > Thus, it also eliminates the following warning in resource.c: > drivers/pnp/resource.c:34:20: warning: no

[PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2013-12-14 Thread Rashika Kheria
This patch marks the function pnp_build_option() as static in resource.c because it is not used outside this file. Thus, it also eliminates the following warning in resource.c: drivers/pnp/resource.c:34:20: warning: no previous prototype for ‘pnp_build_option’ [-Wmissing-prototypes]

[PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2013-12-14 Thread Rashika Kheria
This patch marks the function pnp_build_option() as static in resource.c because it is not used outside this file. Thus, it also eliminates the following warning in resource.c: drivers/pnp/resource.c:34:20: warning: no previous prototype for ‘pnp_build_option’ [-Wmissing-prototypes]

Re: [PATCH] drivers: pnp: Mark the function pnp_build_option() as static in resource.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 06:50:56PM +0530, Rashika Kheria wrote: This patch marks the function pnp_build_option() as static in resource.c because it is not used outside this file. Thus, it also eliminates the following warning in resource.c: drivers/pnp/resource.c:34:20: warning: no previous