Commit 77f37917 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

pwm: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Acked-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3e9fe83d
...@@ -122,7 +122,7 @@ static int ab8500_pwm_probe(struct platform_device *pdev) ...@@ -122,7 +122,7 @@ static int ab8500_pwm_probe(struct platform_device *pdev)
return 0; 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); struct ab8500_pwm_chip *ab8500 = platform_get_drvdata(pdev);
int err; int err;
......
...@@ -139,7 +139,7 @@ static int bfin_pwm_probe(struct platform_device *pdev) ...@@ -139,7 +139,7 @@ static int bfin_pwm_probe(struct platform_device *pdev)
return 0; 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); struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev);
......
...@@ -290,7 +290,7 @@ static int imx_pwm_probe(struct platform_device *pdev) ...@@ -290,7 +290,7 @@ static int imx_pwm_probe(struct platform_device *pdev)
return 0; 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; struct imx_chip *imx;
......
...@@ -191,7 +191,7 @@ static int jz4740_pwm_probe(struct platform_device *pdev) ...@@ -191,7 +191,7 @@ static int jz4740_pwm_probe(struct platform_device *pdev)
return 0; 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); struct jz4740_pwm_chip *jz4740 = platform_get_drvdata(pdev);
int ret; int ret;
......
...@@ -118,7 +118,7 @@ static int lpc32xx_pwm_probe(struct platform_device *pdev) ...@@ -118,7 +118,7 @@ static int lpc32xx_pwm_probe(struct platform_device *pdev)
return 0; 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); struct lpc32xx_pwm_chip *lpc32xx = platform_get_drvdata(pdev);
......
...@@ -174,7 +174,7 @@ static int mxs_pwm_probe(struct platform_device *pdev) ...@@ -174,7 +174,7 @@ static int mxs_pwm_probe(struct platform_device *pdev)
return 0; 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); struct mxs_pwm_chip *mxs = platform_get_drvdata(pdev);
......
...@@ -142,7 +142,7 @@ static int pwm_probe(struct platform_device *pdev) ...@@ -142,7 +142,7 @@ static int pwm_probe(struct platform_device *pdev)
return 0; 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); struct puv3_pwm_chip *puv3 = platform_get_drvdata(pdev);
......
...@@ -179,7 +179,7 @@ static int pwm_probe(struct platform_device *pdev) ...@@ -179,7 +179,7 @@ static int pwm_probe(struct platform_device *pdev)
return 0; return 0;
} }
static int __devexit pwm_remove(struct platform_device *pdev) static int pwm_remove(struct platform_device *pdev)
{ {
struct pxa_pwm_chip *chip; struct pxa_pwm_chip *chip;
......
...@@ -273,7 +273,7 @@ static int s3c_pwm_probe(struct platform_device *pdev) ...@@ -273,7 +273,7 @@ static int s3c_pwm_probe(struct platform_device *pdev)
return ret; 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); struct s3c_chip *s3c = platform_get_drvdata(pdev);
int err; int err;
......
...@@ -210,7 +210,7 @@ static int tegra_pwm_probe(struct platform_device *pdev) ...@@ -210,7 +210,7 @@ static int tegra_pwm_probe(struct platform_device *pdev)
return 0; 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); struct tegra_pwm_chip *pc = platform_get_drvdata(pdev);
int i; int i;
......
...@@ -235,7 +235,7 @@ static int ecap_pwm_probe(struct platform_device *pdev) ...@@ -235,7 +235,7 @@ static int ecap_pwm_probe(struct platform_device *pdev)
return 0; 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); struct ecap_pwm_chip *pc = platform_get_drvdata(pdev);
......
...@@ -443,7 +443,7 @@ static int ehrpwm_pwm_probe(struct platform_device *pdev) ...@@ -443,7 +443,7 @@ static int ehrpwm_pwm_probe(struct platform_device *pdev)
return 0; 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); struct ehrpwm_pwm_chip *pc = platform_get_drvdata(pdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment