Staging: comedi: Fixed coding style issues.
authorMark Pearson <markpearson_de@yahoo.de>
Sun, 10 Jul 2011 19:16:38 +0000 (21:16 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 18:56:46 +0000 (11:56 -0700)
comedi_fops.c : A forward decleration was declared as extern although it
                is a function private to this file. Changed the
                decleration to static.

Signed-off-by: Mark Pearson <markpearson_de@yahoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found