From: Ian Abbott Date: Fri, 30 Jan 2015 09:57:22 +0000 (+0000) Subject: staging: comedi: ni_daq_dio24: include new "comedi_pcmcia.h" header X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=51d5483f7b7b753dfada03408c3aaf6610b46137;p=openwrt%2Fstaging%2Fblogic.git staging: comedi: ni_daq_dio24: include new "comedi_pcmcia.h" header Include the new "../comedi_pcmcia.h" header instead of , , and "../comedidev.h". isn't needed and the others will now get included indirectly. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_daq_dio24.c b/drivers/staging/comedi/drivers/ni_daq_dio24.c index 8cfabdbaa30c..a208cb348437 100644 --- a/drivers/staging/comedi/drivers/ni_daq_dio24.c +++ b/drivers/staging/comedi/drivers/ni_daq_dio24.c @@ -32,11 +32,7 @@ the PCMCIA interface. */ #include -#include "../comedidev.h" - -#include -#include -#include +#include "../comedi_pcmcia.h" #include "8255.h"