Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363133
b: refs/heads/master
c: 5bcdf0c
h: refs/heads/master
i:
  363131: 75c9f75
v: v3
  • Loading branch information
Fabio Porcedda authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 268f61e commit ce25686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 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: cd9a8fb5a98d38aa81ef090e3b481c1f4f38ba95
refs/heads/master: 5bcdf0ce2bf31b09b8707f972c193c6118385526
15 changes: 1 addition & 14 deletions trunk/drivers/parport/parport_amiga.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,20 +244,7 @@ static struct platform_driver amiga_parallel_driver = {
},
};

static int __init amiga_parallel_init(void)
{
return platform_driver_probe(&amiga_parallel_driver,
amiga_parallel_probe);
}

module_init(amiga_parallel_init);

static void __exit amiga_parallel_exit(void)
{
platform_driver_unregister(&amiga_parallel_driver);
}

module_exit(amiga_parallel_exit);
module_platform_driver_probe(amiga_parallel_driver, amiga_parallel_probe);

MODULE_AUTHOR("Joerg Dorchain <joerg@dorchain.net>");
MODULE_DESCRIPTION("Parport Driver for Amiga builtin Port");
Expand Down

0 comments on commit ce25686

Please sign in to comment.