Oops, edid data should just be a char *, as edid.h is private to edid.c
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Sat, 21 Apr 2007 01:00:44 +0000 (18:00 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Sat, 21 Apr 2007 01:00:44 +0000 (18:00 -0700)
(we can just recombine them now).

linux-core/drm_crtc.h

index e3e97ad..149bc31 100644 (file)
@@ -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 {