summaryrefslogtreecommitdiffstats
path: root/arch/i386/include/asm/video/edid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/include/asm/video/edid.h')
-rw-r--r--arch/i386/include/asm/video/edid.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/i386/include/asm/video/edid.h b/arch/i386/include/asm/video/edid.h
deleted file mode 100644
index 928c342b33..0000000000
--- a/arch/i386/include/asm/video/edid.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __linux_video_edid_h__
-#define __linux_video_edid_h__
-
-#if !defined(__KERNEL__) || defined(CONFIG_X86)
-
-struct edid_info {
- unsigned char dummy[128];
-};
-
-#ifdef __KERNEL__
-extern struct edid_info edid_info;
-#endif /* __KERNEL__ */
-
-#endif
-
-#endif /* __linux_video_edid_h__ */
OpenPOWER on IntegriCloud