summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-20 18:00:44 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-20 18:00:44 -0700
commit97b5599982c76915b0750c6ef0a270639b02a6f2 (patch)
tree6a9d2cdcd9bd01d95cb79c67d6320805b4c851a3 /linux-core/drm_crtc.h
parenteb892fb09dc2e5206f2461e8b258495c7cef904a (diff)
Oops, edid data should just be a char *, as edid.h is private to edid.c
(we can just recombine them now).
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h2
1 files changed, 1 insertions, 1 deletions
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 {