Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368075
b: refs/heads/master
c: e67d541
h: refs/heads/master
i:
  368073: e9db8e9
  368071: e0e5eaf
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Mar 18, 2013
1 parent 433cf0c commit 898371d
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: 8c0aafe07721a3807f08d2a30abc1b04f01aa48b
refs/heads/master: e67d541ff2574ea30b046642217ac3ed98826e13
14 changes: 1 addition & 13 deletions trunk/drivers/input/keyboard/amikbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,6 @@ static struct platform_driver amikbd_driver = {
},
};

static int __init amikbd_init(void)
{
return platform_driver_probe(&amikbd_driver, amikbd_probe);
}

module_init(amikbd_init);

static void __exit amikbd_exit(void)
{
platform_driver_unregister(&amikbd_driver);
}

module_exit(amikbd_exit);
module_platform_driver_probe(amikbd_driver, amikbd_probe);

MODULE_ALIAS("platform:amiga-keyboard");

0 comments on commit 898371d

Please sign in to comment.