Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338090
b: refs/heads/master
c: 1a6a8a8
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 1a9c26d commit 227491c
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: 063f9f6a8705c5da3ee46c667a3e6e01eaf31560
refs/heads/master: 1a6a8a8414f740f1dfde762837eeb3f2ce835919
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static int tegra_nvec_probe(struct platform_device *pdev)
return 0;
}

static int __devexit tegra_nvec_remove(struct platform_device *pdev)
static int tegra_nvec_remove(struct platform_device *pdev)
{
struct nvec_chip *nvec = platform_get_drvdata(pdev);

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 @@ -159,7 +159,7 @@ static int nvec_kbd_probe(struct platform_device *pdev)
return err;
}

static int __devexit nvec_kbd_remove(struct platform_device *pdev)
static int nvec_kbd_remove(struct platform_device *pdev)
{
input_unregister_device(keys_dev.input);
input_free_device(keys_dev.input);
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 @@ -72,7 +72,7 @@ static int nvec_paz00_probe(struct platform_device *pdev)
return 0;
}

static int __devexit nvec_paz00_remove(struct platform_device *pdev)
static int nvec_paz00_remove(struct platform_device *pdev)
{
struct nvec_led *led = platform_get_drvdata(pdev);

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 @@ -407,7 +407,7 @@ static int nvec_power_probe(struct platform_device *pdev)
return power_supply_register(&pdev->dev, psy);
}

static int __devexit nvec_power_remove(struct platform_device *pdev)
static int nvec_power_remove(struct platform_device *pdev)
{
struct nvec_power *power = platform_get_drvdata(pdev);

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 @@ -123,7 +123,7 @@ static int nvec_mouse_probe(struct platform_device *pdev)
return 0;
}

static int __devexit nvec_mouse_remove(struct platform_device *pdev)
static int nvec_mouse_remove(struct platform_device *pdev)
{
serio_unregister_port(ps2_dev.ser_dev);

Expand Down

0 comments on commit 227491c

Please sign in to comment.