aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.h
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-06-19 10:17:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-20 12:56:55 -0700
commitf286766e4ba899043714471a0a2c9f1474d2ab5c (patch)
tree3251f101292d32d3be17d9dbfc50f10b3ce0fa78 /drivers/staging/comedi/comedi_fops.h
parentstaging: comedi: comedi_internal.h inclusion guards (diff)
downloadlinux-dev-f286766e4ba899043714471a0a2c9f1474d2ab5c.tar.xz
linux-dev-f286766e4ba899043714471a0a2c9f1474d2ab5c.zip
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>
Diffstat (limited to 'drivers/staging/comedi/comedi_fops.h')
-rw-r--r--drivers/staging/comedi/comedi_fops.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/comedi/comedi_fops.h b/drivers/staging/comedi/comedi_fops.h
deleted file mode 100644
index d59a29300f31..000000000000
--- a/drivers/staging/comedi/comedi_fops.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#ifndef _COMEDI_FOPS_H
-#define _COMEDI_FOPS_H
-#include <linux/types.h>
-
-extern bool comedi_autoconfig;
-extern struct comedi_driver *comedi_drivers;
-
-#endif /* _COMEDI_FOPS_H */