]> Pileus Git - ~andy/linux/commit
staging: comedi: gsc_hpdi: make internal functions static
authorIan Abbott <abbotti@mev.co.uk>
Mon, 15 Oct 2012 10:58:34 +0000 (11:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:57:15 +0000 (11:57 -0700)
commitb776d05b9307972f079b56b6cbf74349a6451a53
tree0cc86f517a76799fdc5c2935fa3e5df4b61c9705
parent95b24682d6a7e584f69615e36ee304caba20e38f
staging: comedi: gsc_hpdi: make internal functions static

This module does not export any symbols so declare all the functions as
`static` and remove the unused ones.

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/drivers/gsc_hpdi.c