summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-11-10 12:34:49 +0300
committerPaul Mundt <lethal@linux-sh.org>2010-11-10 12:34:49 +0300
commit12ddf37444eaaf67b147561141150e10a56d7742 (patch)
tree7dd66aa69d02554fff48d7fe3bad50f37c0b2abf /include
parentdc7c0b6a6d28b0de231728de963ed53a9cee85cf (diff)
parentc724d07a56e60e91b0aa75193f86fb000545ffe4 (diff)
downloadlinux-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.h3
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