From 9a8e7f63dc77d2a4134791da74deb697889d56d9 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Wed, 5 Jun 2013 15:39:16 -0700 Subject: [PATCH] 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcmad.c | 3 --- 1 file changed, 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 #include "../comedidev.h" -#include - #define PCMAD_STATUS 0 #define PCMAD_LSB 1 #define PCMAD_MSB 2 -- 2.7.4