Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324478
b: refs/heads/master
c: c21be47
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent c1d924b commit 9d651e0
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: 3d4e9e57e6da4ccd4c9710c76651175bc756799e
refs/heads/master: c21be47c834bc411339ee04462ec7c5246e58596
13 changes: 1 addition & 12 deletions trunk/drivers/staging/android/timed_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,7 @@ static struct platform_driver timed_gpio_driver = {
},
};

static int __init timed_gpio_init(void)
{
return platform_driver_register(&timed_gpio_driver);
}

static void __exit timed_gpio_exit(void)
{
platform_driver_unregister(&timed_gpio_driver);
}

module_init(timed_gpio_init);
module_exit(timed_gpio_exit);
module_platform_driver(timed_gpio_driver);

MODULE_AUTHOR("Mike Lockwood <lockwood@android.com>");
MODULE_DESCRIPTION("timed gpio driver");
Expand Down

0 comments on commit 9d651e0

Please sign in to comment.