]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/video/edid.h
tty: remove unused tty_driver->termios_locked
[karo-tx-linux.git] / include / video / edid.h
index f6a42d6c2e2d6e22daade1d3680cc1a088f26d26..c5f198704912d22844cfc411948ee1ae80078494 100644 (file)
@@ -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__ */