]> Git Repo - linux.git/commit
net: Mark functions as static in core/dev.c
authorRashika Kheria <[email protected]>
Sun, 9 Feb 2014 14:56:25 +0000 (20:26 +0530)
committerDavid S. Miller <[email protected]>
Mon, 10 Feb 2014 01:32:49 +0000 (17:32 -0800)
commit0a59f3a9fd7e2801a445682465ea0522ea497183
tree0cff04c9a23b584233285a4e0ba3b256ce9c901e
parent02fe72c9edc58d6b5d85c08327d7ef05cd3e97dc
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 <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Reviewed-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/dev.c
This page took 0.050805 seconds and 4 git commands to generate.