aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2016-08-27 17:15:24 +0000
committerJassi Brar <[email protected]>2016-08-29 13:13:39 +0000
commita75e4a85f49e7f5d71cf0e425bc009c15ad3b5c4 (patch)
tree1f9429f9fb640b0881bbe7c64822fffe78b5fa6d /net/switchdev/switchdev.c
parentmailbox: bcm-pdc: potential NULL dereference in pdc_shutdown() (diff)
downloadkernel-a75e4a85f49e7f5d71cf0e425bc009c15ad3b5c4.tar.gz
kernel-a75e4a85f49e7f5d71cf0e425bc009c15ad3b5c4.zip
fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible
We get 2 warnings when biuld kernel with W=1: drivers/mailbox/bcm-pdc-mailbox.c:472:6: warning: no previous prototype for 'pdc_setup_debugfs' [-Wmissing-prototypes] drivers/mailbox/bcm-pdc-mailbox.c:488:6: warning: no previous prototype for 'pdc_free_debugfs' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions