Re: [PATCH 04/13] net: Mark functions as static in core/dev.c

2014-02-08 Thread Veaceslav Falico
On Sun, Feb 09, 2014 at 01:23:45AM +0530, Rashika Kheria wrote: Mark functions as static in core/dev.c because they are not used outside this file. This eliminates the following warning in core/dev.c: net/core/dev.c:2806:5: warning: no previous prototype for ‘__dev_queue_xmit’ [-Wmissing-protot

Re: [PATCH 04/13] net: Mark functions as static in core/dev.c

2014-02-08 Thread Josh Triplett
On Sun, Feb 09, 2014 at 01:23:45AM +0530, Rashika Kheria wrote: > Mark functions as static in core/dev.c because they are not used outside > this file. > > This eliminates the following warning in core/dev.c: > net/core/dev.c:2806:5: warning: no previous prototype for ‘__dev_queue_xmit’ > [-Wmiss