]> Pileus Git - ~andy/linux/blobdiff - include/video/edid.h
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
[~andy/linux] / include / video / edid.h
index c5f198704912d22844cfc411948ee1ae80078494..0cb8b2a92b75b71fc93f00d848560fa5f864d4b6 100644 (file)
@@ -1,14 +1,9 @@
 #ifndef __linux_video_edid_h__
 #define __linux_video_edid_h__
 
-struct edid_info {
-       unsigned char dummy[128];
-};
+#include <uapi/video/edid.h>
 
-#ifdef __KERNEL__
 #ifdef CONFIG_X86
 extern struct edid_info edid_info;
 #endif
-#endif
-
 #endif /* __linux_video_edid_h__ */