Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324610
b: refs/heads/master
c: d602a06
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent 57cf992 commit f1bb9b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf2023614201b36f929cce0d9fbb3cc856ea7c1a
refs/heads/master: d602a064f9818819d6c99d99f101bc6b1ae1540d
10 changes: 0 additions & 10 deletions trunk/drivers/staging/comedi/drivers/contec_pci_dio.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ static int contec_attach_pci(struct comedi_device *dev,
return 0;
}

static int contec_attach(struct comedi_device *dev,
struct comedi_devconfig *it)
{
dev_warn(dev->class_dev,
"This driver does not support attach using comedi_config\n");

return -ENOSYS;
}

static void contec_detach(struct comedi_device *dev)
{
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
Expand All @@ -130,7 +121,6 @@ static void contec_detach(struct comedi_device *dev)
static struct comedi_driver contec_pci_dio_driver = {
.driver_name = "contec_pci_dio",
.module = THIS_MODULE,
.attach = contec_attach,
.attach_pci = contec_attach_pci,
.detach = contec_detach,
};
Expand Down

0 comments on commit f1bb9b0

Please sign in to comment.