staging: comedi: make class and file operations static
authorIan Abbott <abbotti@mev.co.uk>
Tue, 19 Jun 2012 09:17:43 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 19:56:54 +0000 (12:56 -0700)
commit8cb8aad7d34cdc82fe205905c8dff771efb9604d
tree430f9c39a65219d0b4e796ed9bcdc976622b7a6b
parent005c3b13e543af4c9d0b5d18473f48184eae6f07
staging: comedi: make class and file operations static

A couple of global variables in "comedi_fops.c" are only referenced from
that .c file and can be declared 'static'.  Also remove them from
"comedi_fops.h" where they are declared 'extern'.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/comedi_fops.h