lkml.org 
[lkml]   [2014]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] staging: comedi: split bus support into separate modules
Date
The Comedi core module doesn't need support for PCI, USB or PCMCIA.
Only the low-level Comedi drivers need it. Split the support for these
bus types out of the core "comedi" module and into new modules,
"comedi_pci", "comedi_usb", and "comedi_pcmcia".

1) staging: comedi: comedidev.h: remove dummy PCI support functions
2) staging: comedi: comedidev.h: remove some #ifdefs
3) staging: comedi: split out PCMCIA support into new module
4) staging: comedi: split out USB support into new module
5) staging: comedi: split out PCI support into new module

drivers/staging/comedi/Kconfig | 15 +++++++++++---
drivers/staging/comedi/Makefile | 7 ++++---
drivers/staging/comedi/comedi_pci.c | 16 ++++++++++++++
drivers/staging/comedi/comedi_pcmcia.c | 16 ++++++++++++++
drivers/staging/comedi/comedi_usb.c | 16 ++++++++++++++
drivers/staging/comedi/comedidev.h | 38 ----------------------------------
6 files changed, 64 insertions(+), 44 deletions(-)


\
 
 \ /
  Last update: 2014-10-31 19:21    [W:0.058 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site