Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373175
b: refs/heads/master
c: bbc48c6
h: refs/heads/master
i:
  373173: 38c9077
  373171: f0d49ac
  373167: bd1a050
v: v3
  • Loading branch information
Jingoo Han authored and Samuel Ortiz committed Apr 5, 2013
1 parent 1e1b743 commit c74085d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: 408a3fa867be13844af13bcbba25e70232fd99e5
refs/heads/master: bbc48c6aaab9cff03e6e966bf752c3b7ad91d16a
14 changes: 1 addition & 13 deletions trunk/drivers/mfd/ab3100-otp.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,19 +248,7 @@ static struct platform_driver ab3100_otp_driver = {
.remove = __exit_p(ab3100_otp_remove),
};

static int __init ab3100_otp_init(void)
{
return platform_driver_probe(&ab3100_otp_driver,
ab3100_otp_probe);
}

static void __exit ab3100_otp_exit(void)
{
platform_driver_unregister(&ab3100_otp_driver);
}

module_init(ab3100_otp_init);
module_exit(ab3100_otp_exit);
module_platform_driver_probe(ab3100_otp_driver, ab3100_otp_probe);

MODULE_AUTHOR("Linus Walleij <linus.walleij@stericsson.com>");
MODULE_DESCRIPTION("AB3100 OTP Readout Driver");
Expand Down

0 comments on commit c74085d

Please sign in to comment.