Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338119
b: refs/heads/master
c: c4aabf8
h: refs/heads/master
i:
  338117: d1baf5e
  338115: e88c8aa
  338111: a13cce9
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 3d25643 commit d8138aa
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: 349affa1cec548820ba417523000f303527e0c04
refs/heads/master: c4aabf8d323bb69934f4e627a43042c5bbfcd3cc
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 @@ -1013,7 +1013,7 @@ static void ipu_irq_exit(struct ipu_soc *ipu)
irq_free_descs(ipu->irq_start, IPU_NUM_IRQS);
}

static int __devinit ipu_probe(struct platform_device *pdev)
static int ipu_probe(struct platform_device *pdev)
{
const struct of_device_id *of_id =
of_match_device(imx_ipu_dt_ids, &pdev->dev);
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 @@ -530,7 +530,7 @@ static int ipu_crtc_init(struct ipu_crtc *ipu_crtc,
return ret;
}

static int __devinit ipu_drm_probe(struct platform_device *pdev)
static int ipu_drm_probe(struct platform_device *pdev)
{
struct ipu_client_platformdata *pdata = pdev->dev.platform_data;
struct ipu_crtc *ipu_crtc;
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 @@ -189,7 +189,7 @@ static int imx_pd_register(struct imx_parallel_display *imxpd)
return 0;
}

static int __devinit imx_pd_probe(struct platform_device *pdev)
static int imx_pd_probe(struct platform_device *pdev)
{
struct device_node *np = pdev->dev.of_node;
const u8 *edidp;
Expand Down

0 comments on commit d8138aa

Please sign in to comment.