diff options
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 | ||