X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=include%2Fdrm%2FdrmP.h;h=98b1eafebc1c6b258c8c02376dd01175e86d4597;hb=1e444be0ef1bda2b180ecdedfa4c5d32bf236a5d;hp=a8b24fcddb8c8c67144d72e6f18438dc1e840e7a;hpb=d0a39164b6adad0cec5046b6aad6b590cc9466cc;p=sfrench%2Fcifs-2.6.git diff --git a/include/drm/drmP.h b/include/drm/drmP.h index a8b24fcddb8c..98b1eafebc1c 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -574,7 +574,6 @@ struct drm_gem_object { * @minor: Link back to minor char device we are master for. Immutable. * @unique: Unique identifier: e.g. busid. Protected by drm_global_mutex. * @unique_len: Length of unique field. Protected by drm_global_mutex. - * @unique_size: Amount allocated. Protected by drm_global_mutex. * @magiclist: Hash of used authentication tokens. Protected by struct_mutex. * @magicfree: List of used authentication tokens. Protected by struct_mutex. * @lock: DRI lock information. @@ -585,7 +584,6 @@ struct drm_master { struct drm_minor *minor; char *unique; int unique_len; - int unique_size; struct drm_open_hash magiclist; struct list_head magicfree; struct drm_lock_data lock;