Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336909
b: refs/heads/master
c: 3e9fe83
h: refs/heads/master
i:
  336907: 32b38e3
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent d9a0f49 commit 36cd72e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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: fd1091125a1d11fcc635749d0d3dec36904a7a48
refs/heads/master: 3e9fe83d278cce6974f0a4d1870c0ff4a0b74ba5
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static const struct pwm_ops ab8500_pwm_ops = {
.disable = ab8500_pwm_disable,
};

static int __devinit ab8500_pwm_probe(struct platform_device *pdev)
static int ab8500_pwm_probe(struct platform_device *pdev)
{
struct ab8500_pwm_chip *ab8500;
int err;
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 @@ -231,7 +231,7 @@ static const struct of_device_id imx_pwm_dt_ids[] = {
};
MODULE_DEVICE_TABLE(of, imx_pwm_dt_ids);

static int __devinit imx_pwm_probe(struct platform_device *pdev)
static int imx_pwm_probe(struct platform_device *pdev)
{
const struct of_device_id *of_id =
of_match_device(imx_pwm_dt_ids, &pdev->dev);
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 @@ -162,7 +162,7 @@ static const struct pwm_ops jz4740_pwm_ops = {
.owner = THIS_MODULE,
};

static int __devinit jz4740_pwm_probe(struct platform_device *pdev)
static int jz4740_pwm_probe(struct platform_device *pdev)
{
struct jz4740_pwm_chip *jz4740;
int ret;
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 @@ -101,7 +101,7 @@ static const struct pwm_ops puv3_pwm_ops = {
.owner = THIS_MODULE,
};

static int __devinit pwm_probe(struct platform_device *pdev)
static int pwm_probe(struct platform_device *pdev)
{
struct puv3_pwm_chip *puv3;
struct resource *r;
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 @@ -135,7 +135,7 @@ static struct pwm_ops pxa_pwm_ops = {
.owner = THIS_MODULE,
};

static int __devinit pwm_probe(struct platform_device *pdev)
static int pwm_probe(struct platform_device *pdev)
{
const struct platform_device_id *id = platform_get_device_id(pdev);
struct pxa_pwm_chip *pwm;
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 @@ -184,7 +184,7 @@ static const struct pwm_ops ecap_pwm_ops = {
.owner = THIS_MODULE,
};

static int __devinit ecap_pwm_probe(struct platform_device *pdev)
static int ecap_pwm_probe(struct platform_device *pdev)
{
int ret;
struct resource *r;
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 @@ -392,7 +392,7 @@ static const struct pwm_ops ehrpwm_pwm_ops = {
.owner = THIS_MODULE,
};

static int __devinit ehrpwm_pwm_probe(struct platform_device *pdev)
static int ehrpwm_pwm_probe(struct platform_device *pdev)
{
int ret;
struct resource *r;
Expand Down

0 comments on commit 36cd72e

Please sign in to comment.