Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368078
b: refs/heads/master
c: 9e984cd
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Mar 18, 2013
1 parent 115b543 commit a46e4e8
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: e492fe2751dbb14e1a24f888e9b174bc9bafee21
refs/heads/master: 9e984cdd171c0feaaf81af1f35c15439c7798bb8
13 changes: 1 addition & 12 deletions trunk/drivers/input/serio/at32psif.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,18 +359,7 @@ static struct platform_driver psif_driver = {
},
};

static int __init psif_init(void)
{
return platform_driver_probe(&psif_driver, psif_probe);
}

static void __exit psif_exit(void)
{
platform_driver_unregister(&psif_driver);
}

module_init(psif_init);
module_exit(psif_exit);
module_platform_driver_probe(psif_driver, psif_probe);

MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");
MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver");
Expand Down

0 comments on commit a46e4e8

Please sign in to comment.