diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index a57646382086..24b32d453c60 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1345,7 +1345,7 @@ extern void drm_put_dev(struct drm_device *dev); | |||
1345 | extern void drm_unplug_dev(struct drm_device *dev); | 1345 | extern void drm_unplug_dev(struct drm_device *dev); |
1346 | extern unsigned int drm_debug; | 1346 | extern unsigned int drm_debug; |
1347 | 1347 | ||
1348 | extern unsigned int drm_vblank_offdelay; | 1348 | extern int drm_vblank_offdelay; |
1349 | extern unsigned int drm_timestamp_precision; | 1349 | extern unsigned int drm_timestamp_precision; |
1350 | extern unsigned int drm_timestamp_monotonic; | 1350 | extern unsigned int drm_timestamp_monotonic; |
1351 | 1351 | ||