diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-11-10 12:34:49 +0300 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-10 12:34:49 +0300 |
| commit | 12ddf37444eaaf67b147561141150e10a56d7742 (patch) | |
| tree | 7dd66aa69d02554fff48d7fe3bad50f37c0b2abf /include | |
| parent | dc7c0b6a6d28b0de231728de963ed53a9cee85cf (diff) | |
| parent | c724d07a56e60e91b0aa75193f86fb000545ffe4 (diff) | |
| download | linux-12ddf37444eaaf67b147561141150e10a56d7742.tar.xz | |
Merge branch 'common/fbdev' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Diffstat (limited to 'include')
| -rw-r--r-- | include/video/sh_mobile_hdmi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/sh_mobile_hdmi.h b/include/video/sh_mobile_hdmi.h index 1e1aa54ab2e4..b56932927d0a 100644 --- a/include/video/sh_mobile_hdmi.h +++ b/include/video/sh_mobile_hdmi.h @@ -13,6 +13,7 @@ struct sh_mobile_lcdc_chan_cfg; struct device; +struct clk; /* * flags format @@ -33,6 +34,8 @@ struct sh_mobile_hdmi_info { struct sh_mobile_lcdc_chan_cfg *lcd_chan; struct device *lcd_dev; unsigned int flags; + long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq, + unsigned long *parent_freq); }; #endif |
