]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: debugfs: add missing static
authorAlexander Aring <aar@pengutronix.de>
Fri, 4 Mar 2016 09:10:21 +0000 (10:10 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Mar 2016 18:51:29 +0000 (19:51 +0100)
commit1ff9d6540eef29b7bf5122f799e025f114b2bbb9
tree1dd3b4e9d7badbdff88379097d3f0face7eb8530
parent071209cfa9c0a801e9a3e93c3a9e3056424a54d7
6lowpan: debugfs: add missing static

This patch solves the sparse warning:

net/6lowpan/debugfs.c:164:30: warning: symbol 'lowpan_ctx_pfx_fops' was
not declared. Should it be static?
net/6lowpan/debugfs.c:241:30: warning: symbol 'lowpan_context_fops' was
not declared. Should it be static?

Signed-off-by: Alexander Aring <aar@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/6lowpan/debugfs.c