From: Ian Abbott Date: Tue, 19 Jun 2012 09:17:46 +0000 (+0100) Subject: staging: comedi: remove comedi_fops.h X-Git-Tag: v3.6-rc1~100^2~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f286766e4ba899043714471a0a2c9f1474d2ab5c;p=pandora-kernel.git staging: comedi: remove comedi_fops.h Move the contents of "comedi_fops.h" into "comedi_internal.h" and delete "comedi_fops.h". It only contains a couple of external variable declarations (and #include ) and one of those isn't even declared in "comedi_fops.c". The other one is an external declaration of a variable used to store a module parameter and some of those are already externally declared in "comedi_internal.h", so they can keep it company! Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed