Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363085
b: refs/heads/master
c: 0c75948
h: refs/heads/master
i:
  363083: c681b6d
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 029b5d9 commit 9119149
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: 9f7345b7a7cbf4c78a8161cba21de1772d5ad56e
refs/heads/master: 0c75948249a05ebfa3214aaf5b8247ec919c30ac
13 changes: 1 addition & 12 deletions trunk/drivers/misc/arm-charlcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,18 +378,7 @@ static struct platform_driver charlcd_driver = {
.remove = __exit_p(charlcd_remove),
};

static int __init charlcd_init(void)
{
return platform_driver_probe(&charlcd_driver, charlcd_probe);
}

static void __exit charlcd_exit(void)
{
platform_driver_unregister(&charlcd_driver);
}

module_init(charlcd_init);
module_exit(charlcd_exit);
module_platform_driver_probe(charlcd_driver, charlcd_probe);

MODULE_AUTHOR("Linus Walleij <triad@df.lth.se>");
MODULE_DESCRIPTION("ARM Character LCD Driver");
Expand Down

0 comments on commit 9119149

Please sign in to comment.