]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: comedi: pcmad: remove unnecessary includes
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 5 Jun 2013 22:39:16 +0000 (15:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 19:01:35 +0000 (12:01 -0700)
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>
drivers/staging/comedi/drivers/pcmad.c

index c9af0aa3802788de987ed8bf80d4b952d52927e7..d5c728dc6192f82443e157d0d716abd585ac8834 100644 (file)
  *        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