Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338096
b: refs/heads/master
c: 99c28f1
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent a46f5e6 commit 1357c26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 417696cfbb79170074b66bc0099f1836ffdd3d0e
refs/heads/master: 99c28f10913018e4dae5db1a571120237a97e951
2 changes: 1 addition & 1 deletion trunk/drivers/staging/imx-drm/imx-drm-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ static int imx_drm_platform_remove(struct platform_device *pdev)

static struct platform_driver imx_drm_pdrv = {
.probe = imx_drm_platform_probe,
.remove = __devexit_p(imx_drm_platform_remove),
.remove = imx_drm_platform_remove,
.driver = {
.owner = THIS_MODULE,
.name = "imx-drm",
Expand Down
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 @@ -1158,7 +1158,7 @@ static struct platform_driver imx_ipu_driver = {
.of_match_table = imx_ipu_dt_ids,
},
.probe = ipu_probe,
.remove = __devexit_p(ipu_remove),
.remove = ipu_remove,
};

module_platform_driver(imx_ipu_driver);
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 @@ -570,7 +570,7 @@ static struct platform_driver ipu_drm_driver = {
.name = "imx-ipuv3-crtc",
},
.probe = ipu_drm_probe,
.remove = __devexit_p(ipu_drm_remove),
.remove = ipu_drm_remove,
};
module_platform_driver(ipu_drm_driver);

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 @@ -256,7 +256,7 @@ static const struct of_device_id imx_pd_dt_ids[] = {

static struct platform_driver imx_pd_driver = {
.probe = imx_pd_probe,
.remove = __devexit_p(imx_pd_remove),
.remove = imx_pd_remove,
.driver = {
.of_match_table = imx_pd_dt_ids,
.name = "imx-parallel-display",
Expand Down

0 comments on commit 1357c26

Please sign in to comment.