summaryrefslogtreecommitdiff
path: root/bpf.vim
AgeCommit message (Expand)AuthorFilesLines
2013-05-13vim: add bpf syntax highlighting fileDaniel Borkmann1-0/+45
elected'>includemode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-09-25 15:43:02 +0000
committerDavid S. Miller <davem@davemloft.net>2016-09-25 23:47:31 -0400
commitb3f5bf64d8dbbb08685b91ee4576d2e82e7bd60f (patch)
tree1a8750d2f40904e7f2d720adae53b586450e7d49
parente6053dd56a022d2ef754e46b4a9836c65f1dc434 (diff)
net: dsa: mv88e6xxx: fix non static symbol warnings
Fixes the following sparse warnings: drivers/net/dsa/mv88e6xxx/chip.c:219:5: warning: symbol 'mv88e6xxx_port_read' was not declared. Should it be static? drivers/net/dsa/mv88e6xxx/chip.c:227:5: warning: symbol 'mv88e6xxx_port_write' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c