lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 15 Sep 2014 18:07:07 +0000 From: Hartley Sweeten <HartleyS@...ionengravers.com> To: Ian Abbott <abbotti@....co.uk>, "driverdev-devel@...uxdriverproject.org" <driverdev-devel@...uxdriverproject.org> CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: RE: [PATCH 11/11] staging: comedi: remove comedi_fc module On Monday, September 15, 2014 5:46 AM, Ian Abbott wrote: > All the exported functions in the "comedi_fc" module have been migrated > to the core "comedi" module and renamed, so it is now just a dummy > module. Remove it. > > Signed-off-by: Ian Abbott <abbotti@....co.uk> > --- > drivers/staging/comedi/Kconfig | 31 ------------------------ > drivers/staging/comedi/drivers/Makefile | 1 - > drivers/staging/comedi/drivers/comedi_fc.c | 38 ------------------------------ > 3 files changed, 70 deletions(-) > delete mode 100644 drivers/staging/comedi/drivers/comedi_fc.c > > diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig > index fd5f939..ea4948f 100644 > --- a/drivers/staging/comedi/Kconfig > +++ b/drivers/staging/comedi/Kconfig [snip] > @@ -678,7 +667,6 @@ config COMEDI_ADDI_APCI_2200 > config COMEDI_ADDI_APCI_3120 > tristate "ADDI-DATA APCI_3120/3001 support" > depends on VIRT_TO_BUS > - select COMEDI_FC > ---help--- > Enable support for ADDI-DATA APCI_3120/3001 cards Ian, I'm not sure of the patch order for this series and your: " [PATCH 0/4] staging: comedi: addi_apci_3120: redo DMA buffer allocation" This patch has a conflict with 3/4 of that series: config COMEDI_ADDI_APCI_3120 tristate "ADDI-DATA APCI_3120/3001 support" depends on HAS_DMA select COMEDI_FC ---help--- Enable support for ADDI-DATA APCI_3120/3001 cards Regards, Hartley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists