]> Pileus Git - ~andy/linux/commit
staging: comedi: shrink comedi_compat32.h
authorIan Abbott <abbotti@mev.co.uk>
Tue, 19 Jun 2012 09:58:16 +0000 (10:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 19:57:43 +0000 (12:57 -0700)
commit00d20c64a19bc57816d85e3e8f72ff0b8d325d5e
treebdcd56141c936477272b971959938e8561d181a3
parentf286766e4ba899043714471a0a2c9f1474d2ab5c
staging: comedi: shrink comedi_compat32.h

"comedi_compat32.h" #include's <linux/compat.h>, 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 <linux/fs.h>' 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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_compat32.c
drivers/staging/comedi/comedi_compat32.h