Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368079
b: refs/heads/master
c: 07beda4
h: refs/heads/master
i:
  368077: 115b543
  368075: 898371d
  368071: e0e5eaf
  368063: 6829336
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Mar 18, 2013
1 parent a46e4e8 commit 82a4147
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: 9e984cdd171c0feaaf81af1f35c15439c7798bb8
refs/heads/master: 07beda4f6d449e045baa776ee3f31979e37d6c64
13 changes: 1 addition & 12 deletions trunk/drivers/input/serio/q40kbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,4 @@ static struct platform_driver q40kbd_driver = {
.remove = q40kbd_remove,
};

static int __init q40kbd_init(void)
{
return platform_driver_probe(&q40kbd_driver, q40kbd_probe);
}

static void __exit q40kbd_exit(void)
{
platform_driver_unregister(&q40kbd_driver);
}

module_init(q40kbd_init);
module_exit(q40kbd_exit);
module_platform_driver_probe(q40kbd_driver, q40kbd_probe);

0 comments on commit 82a4147

Please sign in to comment.