summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/video/edid.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/video/edid.h')
-rw-r--r--ANDROID_3.4.5/include/video/edid.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/include/video/edid.h b/ANDROID_3.4.5/include/video/edid.h
deleted file mode 100644
index c5f19870..00000000
--- a/ANDROID_3.4.5/include/video/edid.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __linux_video_edid_h__
-#define __linux_video_edid_h__
-
-struct edid_info {
- unsigned char dummy[128];
-};
-
-#ifdef __KERNEL__
-#ifdef CONFIG_X86
-extern struct edid_info edid_info;
-#endif
-#endif
-
-#endif /* __linux_video_edid_h__ */