staging: comedi: pcmad: remove unnecessary includes

This driver does not use interrupts and the comedi core handles the
allocation of the io resource so these includes are not required.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2013-06-05 15:39:16 -07:00 committed by Greg Kroah-Hartman
parent 3170b2565f
commit 9a8e7f63dc

View File

@ -38,11 +38,8 @@
* 1 = two's complement (+-10V input range)
*/
#include <linux/interrupt.h>
#include "../comedidev.h"
#include <linux/ioport.h>
#define PCMAD_STATUS 0
#define PCMAD_LSB 1
#define PCMAD_MSB 2