Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302152
b: refs/heads/master
c: 173f24d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent e1a12af commit 5841276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 4a78f2c1d67fb2ac89fe724a505dca64181f95f2
refs/heads/master: 173f24d1ffe23f46b689159ee9d6b6aa402ff2e9
12 changes: 1 addition & 11 deletions trunk/drivers/regulator/tps6524x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,17 +661,7 @@ static struct spi_driver pmic_driver = {
},
};

static int __init pmic_driver_init(void)
{
return spi_register_driver(&pmic_driver);
}
module_init(pmic_driver_init);

static void __exit pmic_driver_exit(void)
{
spi_unregister_driver(&pmic_driver);
}
module_exit(pmic_driver_exit);
module_spi_driver(pmic_driver);

MODULE_DESCRIPTION("TPS6524X PMIC Driver");
MODULE_AUTHOR("Cyril Chemparathy");
Expand Down

0 comments on commit 5841276

Please sign in to comment.