From: Rashika Kheria Date: Sun, 9 Feb 2014 14:56:25 +0000 (+0530) Subject: net: Mark functions as static in core/dev.c X-Git-Tag: v3.14-rc3~36^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a59f3a9fd7e2801a445682465ea0522ea497183;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Reviewed-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed