Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324569
b: refs/heads/master
c: c1a5496
h: refs/heads/master
i:
  324567: 80acc09
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent 437ce33 commit 50ba756
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: 12a2dd66a259f2ae6bd26243f711383d710872b9
refs/heads/master: c1a54962537afe40351f390bbb0197c49f858b6d
10 changes: 0 additions & 10 deletions trunk/drivers/staging/comedi/drivers/adl_pci7296.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,6 @@ static int adl_pci7296_attach_pci(struct comedi_device *dev,
return 0;
}

static int adl_pci7296_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 adl_pci7296_detach(struct comedi_device *dev)
{
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
Expand All @@ -164,7 +155,6 @@ static void adl_pci7296_detach(struct comedi_device *dev)
static struct comedi_driver adl_pci7296_driver = {
.driver_name = "adl_pci7296",
.module = THIS_MODULE,
.attach = adl_pci7296_attach,
.attach_pci = adl_pci7296_attach_pci,
.detach = adl_pci7296_detach,
};
Expand Down

0 comments on commit 50ba756

Please sign in to comment.