diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-02-09 14:56:25 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-10 01:32:49 (GMT) |
commit | 0a59f3a9fd7e2801a445682465ea0522ea497183 (patch) | |
tree | 0cff04c9a23b584233285a4e0ba3b256ce9c901e /net/wimax | |
parent | 02fe72c9edc58d6b5d85c08327d7ef05cd3e97dc (diff) | |
download | linux-0a59f3a9fd7e2801a445682465ea0522ea497183.tar.xz |
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/wimax')
0 files changed, 0 insertions, 0 deletions