Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261974
b: refs/heads/master
c: 6d9f29d
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Jul 25, 2011
1 parent 664409a commit 56ea009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: e6d80f950a77ca48eada6457a290dc5471e1dd73
refs/heads/master: 6d9f29dd62142a173b54c0a5645fbdfb296f1316
10 changes: 0 additions & 10 deletions trunk/arch/arm/mach-omap2/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ static struct omap_device_pm_latency omap_dss_latency[] = {
},
};

/* oh_core is used for getting opt-clocks */
static struct omap_hwmod *oh_core;

struct omap_dss_hwmod_data {
const char *oh_name;
const char *dev_name;
Expand Down Expand Up @@ -99,13 +96,6 @@ int __init omap_display_init(struct omap_dss_board_info *board_data)
oh_count = ARRAY_SIZE(omap4_dss_hwmod_data);
}

/* opt_clks are always associated with dss hwmod */
oh_core = omap_hwmod_lookup("dss_core");
if (!oh_core) {
pr_err("Could not look up dss_core.\n");
return -ENODEV;
}

pdata.board_data = board_data;
pdata.board_data->get_context_loss_count =
omap_pm_get_dev_context_loss_count;
Expand Down

0 comments on commit 56ea009

Please sign in to comment.