diff options
author | Rashika Kheria <[email protected]> | 2014-02-09 20:26:25 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-02-09 17:32:49 -0800 |
commit | 0a59f3a9fd7e2801a445682465ea0522ea497183 (patch) | |
tree | 0cff04c9a23b584233285a4e0ba3b256ce9c901e /lib/mpi/mpi-internal.h | |
parent | 02fe72c9edc58d6b5d85c08327d7ef05cd3e97dc (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 <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Reviewed-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions