diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2011-12-19 17:06:38 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-20 05:01:42 -0500 |
commit | cc5b6f00790da1fd00e6136ba4e4c1c16a581790 (patch) | |
tree | 716a20395cfe0d884290d84ad15b29cdbaa54100 /include/drm | |
parent | 59df7b1771c150163e522f33c638096ab0efbf42 (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.h | 2 |
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 | ||
273 | struct drm_mode_fb_cmd2 { | 273 | struct drm_mode_fb_cmd2 { |
274 | __u32 fb_id; | 274 | __u32 fb_id; |