Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278449
b: refs/heads/master
c: 98ef55f
h: refs/heads/master
i:
  278447: b70dcd3
v: v3
  • Loading branch information
Axel Lin authored and John W. Linville committed Nov 30, 2011
1 parent 01b0f19 commit 99cdef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 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: 264827555bff54bc2c896b51777e89bd22d01c21
refs/heads/master: 98ef55f66f791a04877c9e0a272a8c50cceaf9a5
13 changes: 1 addition & 12 deletions trunk/net/rfkill/rfkill-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,18 +220,7 @@ static struct platform_driver rfkill_gpio_driver = {
},
};

static int __init rfkill_gpio_init(void)
{
return platform_driver_register(&rfkill_gpio_driver);
}

static void __exit rfkill_gpio_exit(void)
{
platform_driver_unregister(&rfkill_gpio_driver);
}

module_init(rfkill_gpio_init);
module_exit(rfkill_gpio_exit);
module_platform_driver(rfkill_gpio_driver);

MODULE_DESCRIPTION("gpio rfkill");
MODULE_AUTHOR("NVIDIA");
Expand Down
12 changes: 1 addition & 11 deletions trunk/net/rfkill/rfkill-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,7 @@ static struct platform_driver rfkill_regulator_driver = {
},
};

static int __init rfkill_regulator_init(void)
{
return platform_driver_register(&rfkill_regulator_driver);
}
module_init(rfkill_regulator_init);

static void __exit rfkill_regulator_exit(void)
{
platform_driver_unregister(&rfkill_regulator_driver);
}
module_exit(rfkill_regulator_exit);
module_platform_driver(rfkill_regulator_driver);

MODULE_AUTHOR("Guiming Zhuo <gmzhuo@gmail.com>");
MODULE_AUTHOR("Antonio Ospite <ospite@studenti.unina.it>");
Expand Down

0 comments on commit 99cdef8

Please sign in to comment.