summaryrefslogtreecommitdiff
path: root/include/video/videomode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/videomode.h')
-rw-r--r--include/video/videomode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/video/videomode.h b/include/video/videomode.h
index a42156234dd4..f4ae6edfeb08 100644
--- a/include/video/videomode.h
+++ b/include/video/videomode.h
@@ -29,8 +29,7 @@ struct videomode {
u32 vback_porch;
u32 vsync_len;
- unsigned int dmt_flags; /* VESA DMT flags */
- unsigned int data_flags; /* video data flags */
+ unsigned int flags; /* display flags */
};
/**