From: Ian Abbott Date: Tue, 19 Jun 2012 09:17:43 +0000 (+0100) Subject: staging: comedi: make class and file operations static X-Git-Tag: v3.6-rc1~100^2~687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb8aad7d34cdc82fe205905c8dff771efb9604d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed