Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338087
b: refs/heads/master
c: 44b90a3
h: refs/heads/master
i:
  338085: 1c33285
  338083: 1249e03
  338079: ec0f1cb
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 8dfa3fa commit 4940a55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: 477953e13a8b5b49738bb26c3d1f3ffb7ddd8cc6
refs/heads/master: 44b90a3fbcac0f233b71b4041fa76ea325caca33
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ MODULE_DEVICE_TABLE(of, nvidia_nvec_of_match);

static struct platform_driver nvec_device_driver = {
.probe = tegra_nvec_probe,
.remove = __devexit_p(tegra_nvec_remove),
.remove = tegra_nvec_remove,
.driver = {
.name = "nvec",
.owner = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec_kbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int __devexit nvec_kbd_remove(struct platform_device *pdev)

static struct platform_driver nvec_kbd_driver = {
.probe = nvec_kbd_probe,
.remove = __devexit_p(nvec_kbd_remove),
.remove = nvec_kbd_remove,
.driver = {
.name = "nvec-kbd",
.owner = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec_paz00.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static int __devexit nvec_paz00_remove(struct platform_device *pdev)

static struct platform_driver nvec_paz00_driver = {
.probe = nvec_paz00_probe,
.remove = __devexit_p(nvec_paz00_remove),
.remove = nvec_paz00_remove,
.driver = {
.name = "nvec-paz00",
.owner = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static int __devexit nvec_power_remove(struct platform_device *pdev)

static struct platform_driver nvec_power_driver = {
.probe = nvec_power_probe,
.remove = __devexit_p(nvec_power_remove),
.remove = nvec_power_remove,
.driver = {
.name = "nvec-power",
.owner = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec_ps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static const SIMPLE_DEV_PM_OPS(nvec_mouse_pm_ops, nvec_mouse_suspend,

static struct platform_driver nvec_mouse_driver = {
.probe = nvec_mouse_probe,
.remove = __devexit_p(nvec_mouse_remove),
.remove = nvec_mouse_remove,
.driver = {
.name = "nvec-mouse",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 4940a55

Please sign in to comment.