Skip to content

Commit

Permalink
pinctrl: remove use of __devexit
Browse files Browse the repository at this point in the history
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <[email protected]>
Cc: Jean-Christophe Plagniol-Villard <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Viresh Kumar <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
wfp5p authored and gregkh committed Nov 28, 2012
1 parent 84db00b commit f90f54b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ static int __devinit bcm2835_pinctrl_probe(struct platform_device *pdev)
return 0;
}

static int __devexit bcm2835_pinctrl_remove(struct platform_device *pdev)
static int bcm2835_pinctrl_remove(struct platform_device *pdev)
{
struct bcm2835_pinctrl *pc = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ int __devinit imx_pinctrl_probe(struct platform_device *pdev,
return 0;
}

int __devexit imx_pinctrl_remove(struct platform_device *pdev)
int imx_pinctrl_remove(struct platform_device *pdev)
{
struct imx_pinctrl *ipctl = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-mmp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static int __devinit mmp2_pinmux_probe(struct platform_device *pdev)
return pxa3xx_pinctrl_register(pdev, &mmp2_info);
}

static int __devexit mmp2_pinmux_remove(struct platform_device *pdev)
static int mmp2_pinmux_remove(struct platform_device *pdev)
{
return pxa3xx_pinctrl_unregister(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ int __devinit mxs_pinctrl_probe(struct platform_device *pdev,
}
EXPORT_SYMBOL_GPL(mxs_pinctrl_probe);

int __devexit mxs_pinctrl_remove(struct platform_device *pdev)
int mxs_pinctrl_remove(struct platform_device *pdev)
{
struct mxs_pinctrl_data *d = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-pxa168.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static int __devinit pxa168_pinmux_probe(struct platform_device *pdev)
return pxa3xx_pinctrl_register(pdev, &pxa168_info);
}

static int __devexit pxa168_pinmux_remove(struct platform_device *pdev)
static int pxa168_pinmux_remove(struct platform_device *pdev)
{
return pxa3xx_pinctrl_unregister(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-pxa910.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ static int __devinit pxa910_pinmux_probe(struct platform_device *pdev)
return pxa3xx_pinctrl_register(pdev, &pxa910_info);
}

static int __devexit pxa910_pinmux_remove(struct platform_device *pdev)
static int pxa910_pinmux_remove(struct platform_device *pdev)
{
return pxa3xx_pinctrl_unregister(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ static int __devinit pcs_probe(struct platform_device *pdev)
return ret;
}

static int __devexit pcs_remove(struct platform_device *pdev)
static int pcs_remove(struct platform_device *pdev)
{
struct pcs_device *pcs = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ int __devinit tegra_pinctrl_probe(struct platform_device *pdev,
}
EXPORT_SYMBOL_GPL(tegra_pinctrl_probe);

int __devexit tegra_pinctrl_remove(struct platform_device *pdev)
int tegra_pinctrl_remove(struct platform_device *pdev)
{
struct tegra_pmx *pmx = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-u300.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev)
return ret;
}

static int __devexit u300_pmx_remove(struct platform_device *pdev)
static int u300_pmx_remove(struct platform_device *pdev)
{
struct u300_pmx *upmx = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ int __devinit spear_pinctrl_probe(struct platform_device *pdev,
return 0;
}

int __devexit spear_pinctrl_remove(struct platform_device *pdev)
int spear_pinctrl_remove(struct platform_device *pdev)
{
struct spear_pmx *pmx = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct spear_pmx {
void __devinit pmx_init_addr(struct spear_pinctrl_machdata *machdata, u16 reg);
int __devinit spear_pinctrl_probe(struct platform_device *pdev,
struct spear_pinctrl_machdata *machdata);
int __devexit spear_pinctrl_remove(struct platform_device *pdev);
int spear_pinctrl_remove(struct platform_device *pdev);

#define SPEAR_PIN_0_TO_101 \
PINCTRL_PIN(0, "PLGPIO0"), \
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear1310.c
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ static int __devinit spear1310_pinctrl_probe(struct platform_device *pdev)
return spear_pinctrl_probe(pdev, &spear1310_machdata);
}

static int __devexit spear1310_pinctrl_remove(struct platform_device *pdev)
static int spear1310_pinctrl_remove(struct platform_device *pdev)
{
return spear_pinctrl_remove(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear1340.c
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ static int __devinit spear1340_pinctrl_probe(struct platform_device *pdev)
return spear_pinctrl_probe(pdev, &spear1340_machdata);
}

static int __devexit spear1340_pinctrl_remove(struct platform_device *pdev)
static int spear1340_pinctrl_remove(struct platform_device *pdev)
{
return spear_pinctrl_remove(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear300.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ static int __devinit spear300_pinctrl_probe(struct platform_device *pdev)
return 0;
}

static int __devexit spear300_pinctrl_remove(struct platform_device *pdev)
static int spear300_pinctrl_remove(struct platform_device *pdev)
{
return spear_pinctrl_remove(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear310.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static int __devinit spear310_pinctrl_probe(struct platform_device *pdev)
return 0;
}

static int __devexit spear310_pinctrl_remove(struct platform_device *pdev)
static int spear310_pinctrl_remove(struct platform_device *pdev)
{
return spear_pinctrl_remove(pdev);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear320.c
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ static int __devinit spear320_pinctrl_probe(struct platform_device *pdev)
return 0;
}

static int __devexit spear320_pinctrl_remove(struct platform_device *pdev)
static int spear320_pinctrl_remove(struct platform_device *pdev)
{
return spear_pinctrl_remove(pdev);
}
Expand Down

0 comments on commit f90f54b

Please sign in to comment.