summaryrefslogtreecommitdiff
path: root/net/decnet
diff options
context:
space:
mode:
authorRashika Kheria <rashika.kheria@gmail.com>2014-02-09 20:26:25 +0530
committerDavid S. Miller <davem@davemloft.net>2014-02-09 17:32:49 -0800
commit0a59f3a9fd7e2801a445682465ea0522ea497183 (patch)
tree0cff04c9a23b584233285a4e0ba3b256ce9c901e /net/decnet
parent02fe72c9edc58d6b5d85c08327d7ef05cd3e97dc (diff)
net: Mark functions as static in core/dev.c
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-prototypes] net/core/dev.c:4640:5: warning: no previous prototype for ‘netdev_adjacent_sysfs_add’ [-Wmissing-prototypes] net/core/dev.c:4650:6: warning: no previous prototype for ‘netdev_adjacent_sysfs_del’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions