diff options
Diffstat (limited to 'include/video/edid.h')
| -rw-r--r-- | include/video/edid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/video/edid.h b/include/video/edid.h index 0cb8b2a92b75..c2b186b1933a 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -1,9 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __linux_video_edid_h__ #define __linux_video_edid_h__ #include <uapi/video/edid.h> -#ifdef CONFIG_X86 +#if defined(CONFIG_FIRMWARE_EDID) extern struct edid_info edid_info; #endif + #endif /* __linux_video_edid_h__ */ |
