]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 4 Mar 2016 17:09:51 +0000 (18:09 +0100)
commitc2dc9aa7598d18966450a6a42bb102b1f278af08
treebca40ba992634e9ceec78ed44c97febe6f8ce4a9
parent4b52889a4c7ade643b5493eb6018c798cba2994b
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