Skip to content

Commit

Permalink
staging: comedi: poc: remove obsolete driver
Browse files Browse the repository at this point in the history
The DAC02 board, which is the only board supported by this driver, now
has its own comedi driver (dac02).

Remove this obsolete driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 20, 2014
1 parent 6014046 commit b6512cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 167 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -570,15 +570,6 @@ config COMEDI_MULTIQ3
To compile this driver as a module, choose M here: the module will be
called multiq3.

config COMEDI_POC
tristate "Generic driver for very simple devices"
---help---
Enable generic support for very simple / POC (Piece of Crap) boards,
Keithley Metrabyte DAC-02 (dac02).

To compile this driver as a module, choose M here: the module will be
called poc.

config COMEDI_S526
tristate "Sensoray s526 support"
---help---
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ obj-$(CONFIG_COMEDI_PCMDA12) += pcmda12.o
obj-$(CONFIG_COMEDI_PCMMIO) += pcmmio.o
obj-$(CONFIG_COMEDI_PCMUIO) += pcmuio.o
obj-$(CONFIG_COMEDI_MULTIQ3) += multiq3.o
obj-$(CONFIG_COMEDI_POC) += poc.o
obj-$(CONFIG_COMEDI_S526) += s526.o

# Comedi PCI drivers
Expand Down
157 changes: 0 additions & 157 deletions drivers/staging/comedi/drivers/poc.c

This file was deleted.

0 comments on commit b6512cf

Please sign in to comment.