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)
commit6aaf37b41a37b184e509aa3ec29d96b7712dfd43
tree1dd3b4e9d7badbdff88379097d3f0face7eb8530
parentf16089209e1029d45ae78dd238b6ab9b2c9a886c
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