Name
drm_property_destroy — 
     destroy a drm property
 
Synopsis
| void drm_property_destroy ( | struct drm_device * dev, | 
|  | struct drm_property * property ); | 
 
Arguments
- dev
- 
     drm device
     
- property
- 
     property to destry
     
Description
   This function frees a property including any attached resources like
   enumeration values.