summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2013-06-05 22:39:16 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-06 19:01:35 (GMT)
commit9a8e7f63dc77d2a4134791da74deb697889d56d9 (patch)
tree92f7854075c1da70ab57dd2acb4da0d5744984e7 /drivers
parent3170b2565fb2ef37af0d760ca2bde0d8d1f81910 (diff)
downloadlinux-fsl-qoriq-9a8e7f63dc77d2a4134791da74deb697889d56d9.tar.xz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/comedi/drivers/pcmad.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/comedi/drivers/pcmad.c b/drivers/staging/comedi/drivers/pcmad.c
index c9af0aa..d5c728d 100644
--- a/drivers/staging/comedi/drivers/pcmad.c
+++ b/drivers/staging/comedi/drivers/pcmad.c
@@ -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