video: of_display_timing.h: include errno.h
commit3663a2fb32upstream. If CONFIG_OF is not enabled, default of_get_display_timing() returns an errno, so include the header. Fixes:422b67e0b3("videomode: provide dummy inline functions for !CONFIG_OF") Suggested-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
96fa24eb1a
commit
19104425c9
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
#ifndef __LINUX_OF_DISPLAY_TIMING_H
|
||||
#define __LINUX_OF_DISPLAY_TIMING_H
|
||||
|
||||
#include <linux/errno.h>
|
||||
|
||||
struct device_node;
|
||||
struct display_timing;
|
||||
struct display_timings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue