Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354776
b: refs/heads/master
c: d73dfc6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 16, 2013
1 parent ba32dad commit d946dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fa47ba75ec2d5818d7aeeb540e738827c4b69194
refs/heads/master: d73dfc6a4199e0e37b54c647549828eabda67c7c
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/8250/8250_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ static int pci_quatech_setup(struct serial_private *priv,
return pci_default_setup(priv, board, port, idx);
}

static void __devexit pci_quatech_exit(struct pci_dev *dev)
static void pci_quatech_exit(struct pci_dev *dev)
{
}

Expand Down Expand Up @@ -1783,7 +1783,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
.subdevice = PCI_ANY_ID,
.init = pci_quatech_init,
.setup = pci_quatech_setup,
.exit = __devexit_p(pci_quatech_exit),
.exit = pci_quatech_exit,
},
/*
* Panacom
Expand Down

0 comments on commit d946dbe

Please sign in to comment.