Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338397
b: refs/heads/master
c: 15a12e8
h: refs/heads/master
i:
  338395: 07310ac
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent c8a61df commit b3e23e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 669fef464468d3f02d60a5cf725fc097e03c5cb8
refs/heads/master: 15a12e83da812e9116577d46b048923587da5000
13 changes: 1 addition & 12 deletions trunk/drivers/tty/serial/8250/8250_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -4332,18 +4332,7 @@ static struct pci_driver serial_pci_driver = {
.err_handler = &serial8250_err_handler,
};

static int __init serial8250_pci_init(void)
{
return pci_register_driver(&serial_pci_driver);
}

static void __exit serial8250_pci_exit(void)
{
pci_unregister_driver(&serial_pci_driver);
}

module_init(serial8250_pci_init);
module_exit(serial8250_pci_exit);
module_pci_driver(serial_pci_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Generic 8250/16x50 PCI serial probe module");
Expand Down

0 comments on commit b3e23e7

Please sign in to comment.