Skip to content

Commit

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

static int pci6208_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 pci6208_detach(struct comedi_device *dev)
{
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
Expand All @@ -270,7 +261,6 @@ static void pci6208_detach(struct comedi_device *dev)
static struct comedi_driver adl_pci6208_driver = {
.driver_name = "adl_pci6208",
.module = THIS_MODULE,
.attach = pci6208_attach,
.attach_pci = pci6208_attach_pci,
.detach = pci6208_detach,
};
Expand Down

0 comments on commit 437ce33

Please sign in to comment.