diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sysfb.h | 6 | ||||
| -rw-r--r-- | include/video/edid.h | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h index e8bde392c690..5226efde9ad4 100644 --- a/include/linux/sysfb.h +++ b/include/linux/sysfb.h @@ -12,6 +12,8 @@ #include <linux/screen_info.h> #include <linux/types.h> +#include <video/edid.h> + struct device; struct platform_device; struct screen_info; @@ -62,6 +64,10 @@ struct efifb_dmi_info { struct sysfb_display_info { struct screen_info screen; + +#if defined(CONFIG_FIRMWARE_EDID) + struct edid_info edid; +#endif }; extern struct sysfb_display_info sysfb_primary_display; diff --git a/include/video/edid.h b/include/video/edid.h index c2b186b1933a..52aabb706032 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -4,8 +4,4 @@ #include <uapi/video/edid.h> -#if defined(CONFIG_FIRMWARE_EDID) -extern struct edid_info edid_info; -#endif - #endif /* __linux_video_edid_h__ */ |
