Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324570
b: refs/heads/master
c: 180d7fc
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent 50ba756 commit 85a67db
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: c1a54962537afe40351f390bbb0197c49f858b6d
refs/heads/master: 180d7fc8ab7ace9b911196d6eba2c1e47c3cbe85
10 changes: 0 additions & 10 deletions trunk/drivers/staging/comedi/drivers/adl_pci7x3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,6 @@ static int adl_pci7x3x_attach_pci(struct comedi_device *dev,
return 0;
}

static int adl_pci7x3x_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_pci7x3x_detach(struct comedi_device *dev)
{
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
Expand All @@ -302,7 +293,6 @@ static void adl_pci7x3x_detach(struct comedi_device *dev)
static struct comedi_driver adl_pci7x3x_driver = {
.driver_name = "adl_pci7x3x",
.module = THIS_MODULE,
.attach = adl_pci7x3x_attach,
.attach_pci = adl_pci7x3x_attach_pci,
.detach = adl_pci7x3x_detach,
};
Expand Down

0 comments on commit 85a67db

Please sign in to comment.