Re: [PATCH 3/5] drivers: misc: Mark functions as static in xpc_main.c

2013-12-13 Thread Robin Holt
On Fri, Dec 13, 2013 at 2:57 AM, Josh Triplett wrote: > On Fri, Dec 13, 2013 at 12:24:05PM +0530, Rashika Kheria wrote: >> This patch marks the function xpc_init() and xpc_exit() as static in >> sgi-xp/xpc_main.c because they are not used outside this file. >> >> Thus, it also eliminates the follo

Re: [PATCH 3/5] drivers: misc: Mark functions as static in xpc_main.c

2013-12-13 Thread Josh Triplett
On Fri, Dec 13, 2013 at 12:24:05PM +0530, Rashika Kheria wrote: > This patch marks the function xpc_init() and xpc_exit() as static in > sgi-xp/xpc_main.c because they are not used outside this file. > > Thus, it also eliminates the following warnings in sgi-xp/xpc_main.c: > drivers/misc/sgi-xp/xp