Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338123
b: refs/heads/master
c: 8aa1be4
h: refs/heads/master
i:
  338121: aa1793f
  338119: d8138aa
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 8bc13e1 commit 0e650ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 8b1e01264c2f1777c8a20637e91943d723ee8f35
refs/heads/master: 8aa1be45f9cacc95efd0720bbed497d15ff7cc31
2 changes: 1 addition & 1 deletion trunk/drivers/staging/imx-drm/ipu-v3/ipu-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ static int ipu_probe(struct platform_device *pdev)
return ret;
}

static int __devexit ipu_remove(struct platform_device *pdev)
static int ipu_remove(struct platform_device *pdev)
{
struct ipu_soc *ipu = platform_get_drvdata(pdev);
struct resource *res;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/imx-drm/ipuv3-crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static int ipu_drm_probe(struct platform_device *pdev)
return 0;
}

static int __devexit ipu_drm_remove(struct platform_device *pdev)
static int ipu_drm_remove(struct platform_device *pdev)
{
struct ipu_crtc *ipu_crtc = platform_get_drvdata(pdev);

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

static int __devexit imx_pd_remove(struct platform_device *pdev)
static int imx_pd_remove(struct platform_device *pdev)
{
struct imx_parallel_display *imxpd = platform_get_drvdata(pdev);
struct drm_connector *connector = &imxpd->connector;
Expand Down

0 comments on commit 0e650ec

Please sign in to comment.