From: Ian Abbott Date: Tue, 19 Jun 2012 09:58:16 +0000 (+0100) Subject: staging: comedi: shrink comedi_compat32.h X-Git-Tag: v3.6-rc1~100^2~683 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d20c64a19bc57816d85e3e8f72ff0b8d325d5e;p=pandora-kernel.git staging: comedi: shrink comedi_compat32.h "comedi_compat32.h" #include's , but that is only needed by "comedi_compat32.c" so move the #include to that file. Also, "comedi_compat.h" doesn't really need the '#include ' just to declare 'struct file' as it only uses it to construct a pointer to that type. Replace that #include with an incomplete declaration of 'struct file' and move that #include into "comedi_compat32.c". Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed