staging: dgnc: make find_board_by_major static
authorBenoit Hiller <benoit.hiller@gmail.com>
Sat, 8 Oct 2016 19:49:55 +0000 (15:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:05 +0000 (10:25 +0200)
commit2e41eb96f99a81e1b941812c7cd767c81d7d7d75
tree6932a5a70109cfb073cc0690e90166e5bd64059e
parent6d2117f1a51005a2fa2be65a6e0b9ba82ba564a5
staging: dgnc: make find_board_by_major static

Fixes the following sparse warning:
drivers/staging/dgnc/dgnc_tty.c:933:19: warning: symbol 'find_board_by_major' was not declared. Should it be static?

Signed-off-by: Benoit Hiller <benoit.hiller@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c