From 97b5599982c76915b0750c6ef0a270639b02a6f2 Mon Sep 17 00:00:00 2001
From: Jesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Date: Fri, 20 Apr 2007 18:00:44 -0700
Subject: Oops, edid data should just be a char *, as edid.h is private to
 edid.c (we can just recombine them now).

---
 linux-core/drm_crtc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index e3e97ad8..149bc31f 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -218,7 +218,7 @@ struct drm_display_info {
 
 	/* Preferred mode (if any) */
 	struct drm_display_mode *preferred_mode;
-	struct edid *raw_edid; /* if any */
+	char *raw_edid; /* if any */
 };
 
 struct drm_framebuffer {
-- 
cgit v1.2.3