X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fvideo%2Fedid.h;h=c5f198704912d22844cfc411948ee1ae80078494;hb=6c02b7b1610f873888af20f291c07730889ff0f9;hp=b913f196131de19549787faf91a413963ada2a2c;hpb=27b030d58c8e72fc7a95187a791bd9406e350f02;p=cascardo%2Flinux.git diff --git a/include/video/edid.h b/include/video/edid.h index b913f196131d..c5f198704912 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -1,18 +1,14 @@ #ifndef __linux_video_edid_h__ #define __linux_video_edid_h__ -#ifdef __KERNEL__ - -#include - -#ifdef CONFIG_X86 struct edid_info { unsigned char dummy[128]; }; +#ifdef __KERNEL__ +#ifdef CONFIG_X86 extern struct edid_info edid_info; -#endif /* CONFIG_X86 */ - -#endif /* __KERNEL__ */ +#endif +#endif #endif /* __linux_video_edid_h__ */