Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336910
b: refs/heads/master
c: 77f3791
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent 36cd72e commit dc07149
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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: 3e9fe83d278cce6974f0a4d1870c0ff4a0b74ba5
refs/heads/master: 77f37917a6f2bd8635b553178bb34bdd80f08e40
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int ab8500_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit ab8500_pwm_remove(struct platform_device *pdev)
static int ab8500_pwm_remove(struct platform_device *pdev)
{
struct ab8500_pwm_chip *ab8500 = platform_get_drvdata(pdev);
int err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int bfin_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit bfin_pwm_remove(struct platform_device *pdev)
static int bfin_pwm_remove(struct platform_device *pdev)
{
struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int imx_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit imx_pwm_remove(struct platform_device *pdev)
static int imx_pwm_remove(struct platform_device *pdev)
{
struct imx_chip *imx;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-jz4740.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int jz4740_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit jz4740_pwm_remove(struct platform_device *pdev)
static int jz4740_pwm_remove(struct platform_device *pdev)
{
struct jz4740_pwm_chip *jz4740 = platform_get_drvdata(pdev);
int ret;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-lpc32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int lpc32xx_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit lpc32xx_pwm_remove(struct platform_device *pdev)
static int lpc32xx_pwm_remove(struct platform_device *pdev)
{
struct lpc32xx_pwm_chip *lpc32xx = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static int mxs_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit mxs_pwm_remove(struct platform_device *pdev)
static int mxs_pwm_remove(struct platform_device *pdev)
{
struct mxs_pwm_chip *mxs = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit pwm_remove(struct platform_device *pdev)
static int pwm_remove(struct platform_device *pdev)
{
struct puv3_pwm_chip *puv3 = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit pwm_remove(struct platform_device *pdev)
static int pwm_remove(struct platform_device *pdev)
{
struct pxa_pwm_chip *chip;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int s3c_pwm_probe(struct platform_device *pdev)
return ret;
}

static int __devexit s3c_pwm_remove(struct platform_device *pdev)
static int s3c_pwm_remove(struct platform_device *pdev)
{
struct s3c_chip *s3c = platform_get_drvdata(pdev);
int err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static int tegra_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit tegra_pwm_remove(struct platform_device *pdev)
static int tegra_pwm_remove(struct platform_device *pdev)
{
struct tegra_pwm_chip *pc = platform_get_drvdata(pdev);
int i;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-tiecap.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static int ecap_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit ecap_pwm_remove(struct platform_device *pdev)
static int ecap_pwm_remove(struct platform_device *pdev)
{
struct ecap_pwm_chip *pc = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-tiehrpwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static int ehrpwm_pwm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit ehrpwm_pwm_remove(struct platform_device *pdev)
static int ehrpwm_pwm_remove(struct platform_device *pdev)
{
struct ehrpwm_pwm_chip *pc = platform_get_drvdata(pdev);

Expand Down

0 comments on commit dc07149

Please sign in to comment.