Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300747
b: refs/heads/master
c: eff98db
h: refs/heads/master
i:
  300745: 65b6295
  300743: c23fd0b
v: v3
  • Loading branch information
Axel Lin authored and David S. Miller committed Apr 14, 2012
1 parent a22cff7 commit e863d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 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: a680b30a53668e299d487117ded7b76a069abc77
refs/heads/master: eff98db027c50f1e4ad14f1d9069d55e5f7e4319
13 changes: 1 addition & 12 deletions trunk/drivers/net/wan/dscc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,15 +2055,4 @@ static struct pci_driver dscc4_driver = {
.remove = __devexit_p(dscc4_remove_one),
};

static int __init dscc4_init_module(void)
{
return pci_register_driver(&dscc4_driver);
}

static void __exit dscc4_cleanup_module(void)
{
pci_unregister_driver(&dscc4_driver);
}

module_init(dscc4_init_module);
module_exit(dscc4_cleanup_module);
module_pci_driver(dscc4_driver);
13 changes: 1 addition & 12 deletions trunk/drivers/net/wan/lmc/lmc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,18 +1736,7 @@ static struct pci_driver lmc_driver = {
.remove = __devexit_p(lmc_remove_one),
};

static int __init init_lmc(void)
{
return pci_register_driver(&lmc_driver);
}

static void __exit exit_lmc(void)
{
pci_unregister_driver(&lmc_driver);
}

module_init(init_lmc);
module_exit(exit_lmc);
module_pci_driver(lmc_driver);

unsigned lmc_mii_readreg (lmc_softc_t * const sc, unsigned devaddr, unsigned regno) /*fold00*/
{
Expand Down

0 comments on commit e863d13

Please sign in to comment.