Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310256
b: refs/heads/master
c: 49a8ee8
h: refs/heads/master
v: v3
  • Loading branch information
David Brown authored and Florian Tobias Schandinat committed Apr 18, 2012
1 parent d90f8a5 commit 334780a
Show file tree
Hide file tree
Showing 2 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: 8affaf5c7698c627b133bfcafd9869ef17faff31
refs/heads/master: 49a8ee8ac3f20e4d8fe284012c082a793982d48f
8 changes: 4 additions & 4 deletions trunk/drivers/video/msm/mddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static void mddi_resume(struct msm_mddi_client_data *cdata)
mddi_set_auto_hibernate(&mddi->client_data, 1);
}

static int __init mddi_get_client_caps(struct mddi_info *mddi)
static int __devinit mddi_get_client_caps(struct mddi_info *mddi)
{
int i, j;

Expand Down Expand Up @@ -622,9 +622,9 @@ uint32_t mddi_remote_read(struct msm_mddi_client_data *cdata, uint32_t reg)

static struct mddi_info mddi_info[2];

static int __init mddi_clk_setup(struct platform_device *pdev,
struct mddi_info *mddi,
unsigned long clk_rate)
static int __devinit mddi_clk_setup(struct platform_device *pdev,
struct mddi_info *mddi,
unsigned long clk_rate)
{
int ret;

Expand Down

0 comments on commit 334780a

Please sign in to comment.