Oops, edid data should just be a char *, as edid.h is private to edid.c

(we can just recombine them now).
main
Jesse Barnes 2007-04-20 18:00:44 -07:00
parent eb892fb09d
commit 97b5599982
1 changed files with 1 additions and 1 deletions

View 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 {