Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368077
b: refs/heads/master
c: e492fe2
h: refs/heads/master
i:
  368075: 898371d
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Mar 18, 2013
1 parent 654985c commit 115b543
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: 0442ce1cff6597ac36003342d31565f7358e75df
refs/heads/master: e492fe2751dbb14e1a24f888e9b174bc9bafee21
14 changes: 1 addition & 13 deletions trunk/drivers/input/mouse/amimouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,6 @@ static struct platform_driver amimouse_driver = {
},
};

static int __init amimouse_init(void)
{
return platform_driver_probe(&amimouse_driver, amimouse_probe);
}

module_init(amimouse_init);

static void __exit amimouse_exit(void)
{
platform_driver_unregister(&amimouse_driver);
}

module_exit(amimouse_exit);
module_platform_driver_probe(amimouse_driver, amimouse_probe);

MODULE_ALIAS("platform:amiga-mouse");

0 comments on commit 115b543

Please sign in to comment.