staging: comedi: multiq3: remove unnecessary include
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 5 Oct 2015 22:33:18 +0000 (15:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 04:18:33 +0000 (21:18 -0700)
This driver does not use interrupts. Remove the include.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/multiq3.c

index fa63637baa13b743be47e9f7e1fa39eb87326d1b..fc743dff6e2f9f469ff3bf72197dfe5d4a4dfcdb 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #include <linux/module.h>
-#include <linux/interrupt.h>
+
 #include "../comedidev.h"
 
 /*
This page took 0.024768 seconds and 5 git commands to generate.