All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: comedi: introduce comedi_pcmcia.h header
@ 2015-01-30  9:57 ` Ian Abbott
  0 siblings, 0 replies; 24+ messages in thread
From: Ian Abbott @ 2015-01-30  9:57 UTC (permalink / raw)
  To: driverdev-devel
  Cc: Greg Kroah-Hartman, Ian Abbott, H Hartley Sweeten, linux-kernel

"comedidev.h" includes PCMCIA-specific stuff that gets included by all
comedi drivers including non-PCMCIA ones.  Separate it out into its own
header "comedi_pcmcia.h".  Make the new header include
<pcmcia/cistpl.h>, <pcmcia/ds.h> and "comedidev.h" so that comedi PCMCIA
drivers do not need to include them explicitly.

01) staging: comedi: add comedi_pcmcia.h
02) staging: comedi: comedi_pcmcia.c: include new "comedi_pcmcia.h"
    header
03) staging: comedi: cb_das16_cs: include new "comedi_pcmcia.h" header
04) staging: comedi: das08_cs: include new "comedi_pcmcia.h" header
05) staging: comedi: ni_daq_700: include new "comedi_pcmcia.h" header
06) staging: comedi: ni_daq_dio24: include new "comedi_pcmcia.h" header
07) staging: comedi: ni_labpc_cs: include new "comedi_pcmcia.h" header
08) staging: comedi: ni_mio_cs: include new "comedi_pcmcia.h" header
09) staging: comedi: quatech_daqp_cs: include new "comedi_pcmcia.h"
    header
10) staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of
    comedidev.h

 drivers/staging/comedi/comedi_pcmcia.c           |  5 +--
 drivers/staging/comedi/comedi_pcmcia.h           | 55 ++++++++++++++++++++++++
 drivers/staging/comedi/comedidev.h               | 33 --------------
 drivers/staging/comedi/drivers/cb_das16_cs.c     |  5 +--
 drivers/staging/comedi/drivers/das08_cs.c        |  5 +--
 drivers/staging/comedi/drivers/ni_daq_700.c      |  5 +--
 drivers/staging/comedi/drivers/ni_daq_dio24.c    |  6 +--
 drivers/staging/comedi/drivers/ni_labpc_cs.c     |  6 +--
 drivers/staging/comedi/drivers/ni_mio_cs.c       |  6 +--
 drivers/staging/comedi/drivers/quatech_daqp_cs.c |  7 +--
 10 files changed, 63 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-01-30 17:03 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30  9:57 [PATCH 00/10] staging: comedi: introduce comedi_pcmcia.h header Ian Abbott
2015-01-30  9:57 ` Ian Abbott
2015-01-30  9:57 ` [PATCH 01/10] staging: comedi: add comedi_pcmcia.h Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 02/10] staging: comedi: comedi_pcmcia.c: include new "comedi_pcmcia.h" header Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 03/10] staging: comedi: cb_das16_cs: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 04/10] staging: comedi: das08_cs: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 05/10] staging: comedi: ni_daq_700: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 06/10] staging: comedi: ni_daq_dio24: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 07/10] staging: comedi: ni_labpc_cs: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 08/10] staging: comedi: ni_mio_cs: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 09/10] staging: comedi: quatech_daqp_cs: " Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30  9:57 ` [PATCH 10/10] staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.h Ian Abbott
2015-01-30  9:57   ` Ian Abbott
2015-01-30 17:03 ` [PATCH 00/10] staging: comedi: introduce comedi_pcmcia.h header Hartley Sweeten
2015-01-30 17:03   ` Hartley Sweeten

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.