Skip to content

Commit

Permalink
Staging: comedi: remove unnecessary #include <linux/version.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Cc: David Schleef <ds@schleef.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent e38eb66 commit 4dc6b15
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion drivers/staging/comedi/comedi_rt.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#error comedi_rt.h should only be included by comedidev.h
#endif

#include <linux/version.h>
#include <linux/kdev_t.h>
#include <linux/slab.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kdev_t.h>
#include <linux/slab.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/das08_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Command support does not exist, but could be added for this board.

#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/version.h>

#include "das08.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ni_daq_700.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ IRQ is assigned but not used.
#include "../comedidev.h"

#include <linux/ioport.h>
#include <linux/version.h>

#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ni_daq_dio24.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ the PCMCIA interface.
#include "../comedidev.h"

#include <linux/ioport.h>
#include <linux/version.h>

#include "8255.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ni_labpc_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ NI manuals:
#include "../comedidev.h"

#include <linux/delay.h>
#include <linux/version.h>

#include "8253.h"
#include "8255.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ See the notes in the ni_atmio.o driver.
#include "../comedidev.h"

#include <linux/delay.h>
#include <linux/version.h>

#include "ni_stc.h"
#include "8255.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/quatech_daqp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Devices: [Quatech] DAQP-208 (daqp), DAQP-308

#include "../comedidev.h"

#include <linux/version.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
#include <pcmcia/cistpl.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/comedi/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

#include <linux/interrupt.h>

#include <linux/version.h>

#ifndef IRQ_NONE
typedef void irqreturn_t;
#define IRQ_NONE
Expand Down

0 comments on commit 4dc6b15

Please sign in to comment.