Commit 03a18477 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: multiq3: remove unnecessary include



This driver does not use interrupts. Remove the include.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 47f1fa37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@
 */
 */


#include <linux/module.h>
#include <linux/module.h>
#include <linux/interrupt.h>

#include "../comedidev.h"
#include "../comedidev.h"


/*
/*