diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 4c6e8298b424..c9cc618dbcfc 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -627,6 +627,7 @@ struct drm_master { | |||
627 | 627 | ||
628 | char *unique; /**< Unique identifier: e.g., busid */ | 628 | char *unique; /**< Unique identifier: e.g., busid */ |
629 | int unique_len; /**< Length of unique field */ | 629 | int unique_len; /**< Length of unique field */ |
630 | int unique_size; /**< amount allocated */ | ||
630 | 631 | ||
631 | int blocked; /**< Blocked due to VC switch? */ | 632 | int blocked; /**< Blocked due to VC switch? */ |
632 | 633 | ||