summaryrefslogtreecommitdiff
path: root/pkt_buff.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-16pkt_buff: Remove unnecessary void castTobias Klauser1-1/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+112
authorWei Yongjun <weiyongjun1@huawei.com>2016-09-21 15:04:43 +0000
committerDavid S. Miller <davem@davemloft.net>2016-09-22 03:17:34 -0400
commitfcfbfd68b36b2bf4e0133dffa316831a5e180199 (patch)
tree2745d6c8555b6a0697d6a0338ea4bd59c05b3ec5
parent9ba62f95965e6ba83ea90f919449ce5f6b01911b (diff)
net: dsa: qca8k: fix non static symbol warning
Fixes the following sparse warning: drivers/net/dsa/qca8k.c:259:22: warning: symbol 'qca8k_regmap_config' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/dsa/qca8k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/qca8k.c b/drivers/net/dsa/qca8k.c