X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fvideo%2Fedid.h;h=c5f198704912d22844cfc411948ee1ae80078494;hb=20c300b10c358daa507be335aec6aa3987ef425a;hp=f6a42d6c2e2d6e22daade1d3680cc1a088f26d26;hpb=d6754b401a15eaa16492ea5dbaa4826361d3f411;p=karo-tx-linux.git diff --git a/include/video/edid.h b/include/video/edid.h index f6a42d6c2e2d..c5f198704912 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -1,17 +1,14 @@ #ifndef __linux_video_edid_h__ #define __linux_video_edid_h__ -#ifdef __KERNEL__ - - -#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__ */