staging: comedi: remove comedi_fops.h
authorIan Abbott <abbotti@mev.co.uk>
Tue, 19 Jun 2012 09:17:46 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 19:56:55 +0000 (12:56 -0700)
commitf286766e4ba899043714471a0a2c9f1474d2ab5c
tree3251f101292d32d3be17d9dbfc50f10b3ce0fa78
parent97ce84de8c19823ab0377a7ffc7fa25a8caa6ab8
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 <linux/types.h>) 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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/comedi_fops.h [deleted file]
drivers/staging/comedi/comedi_internal.h
drivers/staging/comedi/drivers.c
drivers/staging/comedi/proc.c
This page took 0.028379 seconds and 5 git commands to generate.