diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-06-14 05:52:18 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-06-14 05:52:18 -0400 |
commit | 8ea2c86449bdf0fe32fd043c714054962d8802ca (patch) | |
tree | 494b62a20f8e3203a7e1a55be3d68f41eae29306 /include/video | |
parent | 317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff) | |
parent | ffa3fd21de8ab0db7962b612d4c6e17c0d88e9c2 (diff) |
Merge branch 'fbdev-3.11' of git://gitorious.org/linux-omap-dss2/linux into fbdev/for-next
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/of_display_timing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/of_display_timing.h b/include/video/of_display_timing.h index 8016eb727cf3..6562ad965889 100644 --- a/include/video/of_display_timing.h +++ b/include/video/of_display_timing.h | |||
@@ -14,6 +14,8 @@ struct display_timings; | |||
14 | 14 | ||
15 | #define OF_USE_NATIVE_MODE -1 | 15 | #define OF_USE_NATIVE_MODE -1 |
16 | 16 | ||
17 | int of_get_display_timing(struct device_node *np, const char *name, | ||
18 | struct display_timing *dt); | ||
17 | struct display_timings *of_get_display_timings(struct device_node *np); | 19 | struct display_timings *of_get_display_timings(struct device_node *np); |
18 | int of_display_timings_exist(struct device_node *np); | 20 | int of_display_timings_exist(struct device_node *np); |
19 | 21 | ||