]> Pileus Git - ~andy/linux/commit
staging: comedi: make comedi_free_board_minor() static
authorIan Abbott <abbotti@mev.co.uk>
Thu, 4 Apr 2013 13:58:49 +0000 (14:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 21:33:17 +0000 (14:33 -0700)
commit70f30c3771f1e7c55d381954d84beff9c257a2b6
tree0d4d239730ce3b11dc9fa7de6994674bb4e44933
parentf5b31e15acd1ab2fd9b9022c29a66f4625fa5658
staging: comedi: make comedi_free_board_minor() static

`comedi_free_board_minor()` is now only called from the same .c file it
is defined in, so give it static linkage.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/comedi_internal.h