staging: comedi: ni_daq_700: include new "comedi_pcmcia.h" header
authorIan Abbott <abbotti@mev.co.uk>
Fri, 30 Jan 2015 09:57:21 +0000 (09:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:05:50 +0000 (17:05 +0800)
Include the new "../comedi_pcmcia.h" header instead of
<pcmcia/cistpl.h>, <pcmcia/ds.h> and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_daq_700.c

index 5e472cb7fbd7f7fb2c96848be0b1fe95af0d5f19..8f6396edd21ce04cb06b8d8dc79a0a86bd10c691 100644 (file)
 #include <linux/delay.h>
 #include <linux/interrupt.h>
 
-#include "../comedidev.h"
-
-#include <pcmcia/cistpl.h>
-#include <pcmcia/ds.h>
+#include "../comedi_pcmcia.h"
 
 /* daqcard700 registers */
 #define DIO_W          0x04    /* WO 8bit */