forked from Minki/linux
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:
parent
3170b2565f
commit
9a8e7f63dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user