Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179195
b: refs/heads/master
c: b64a5a1
h: refs/heads/master
i:
  179193: 57f0df0
  179191: c0b259a
v: v3
  • Loading branch information
Tomi Valkeinen committed Jan 11, 2010
1 parent af944c0 commit aaf11a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f778a12dd33200513596a0d4d3ba4d5f09e79c09
refs/heads/master: b64a5a1200e7ac91ac0dff71b0cfbc3ae19de944
7 changes: 7 additions & 0 deletions trunk/drivers/video/omap/omapfb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,17 @@ static struct caps_table_struct color_caps[] = {
{ 1 << OMAPFB_COLOR_YUY422, "YUY422", },
};

static void omapdss_release(struct device *dev)
{
}

/* dummy device for clocks */
static struct platform_device omapdss_device = {
.name = "omapdss",
.id = -1,
.dev = {
.release = omapdss_release,
},
};

/*
Expand Down

0 comments on commit aaf11a7

Please sign in to comment.