aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2011-12-19 17:06:38 -0500
committerDave Airlie <airlied@redhat.com>2011-12-20 05:01:42 -0500
commitcc5b6f00790da1fd00e6136ba4e4c1c16a581790 (patch)
tree716a20395cfe0d884290d84ad15b29cdbaa54100 /include/drm
parent59df7b1771c150163e522f33c638096ab0efbf42 (diff)
drm: Add a missing ')'
The code happened to compile because the flag wasn't actually used yet. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index 95d7aad5cad3..966fe7daec6f 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -268,7 +268,7 @@ struct drm_mode_fb_cmd {
268 __u32 handle; 268 __u32 handle;
269}; 269};
270 270
271#define DRM_MODE_FB_INTERLACED (1<<0 /* for interlaced framebuffers */ 271#define DRM_MODE_FB_INTERLACED (1<<0) /* for interlaced framebuffers */
272 272
273struct drm_mode_fb_cmd2 { 273struct drm_mode_fb_cmd2 {
274 __u32 fb_id; 274 __u32 fb_id;