diff options
author | Daniel Vetter <[email protected]> | 2017-03-08 15:12:41 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2017-03-09 16:18:02 +0100 |
commit | 721dacbbeb062b99adea9ab6046b6ec04a8ec5fc (patch) | |
tree | 61fdd0e5789a0ed0c2892fb1a5454e36a1abe327 | |
parent | 9acdac68bcdc8c186353e5575a872465e103de74 (diff) |
drm: Remove DRM_MINOR_CNT
This was originally added by David Herrmann for range checks, but
entirely unused. It confused me, so let's remove it.
Cc: David Herrmann <[email protected]>
Reviewed-by: David Herrmann <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 826101785876..7bd6752683a4 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -444,7 +444,6 @@ enum drm_minor_type { DRM_MINOR_PRIMARY, DRM_MINOR_CONTROL, DRM_MINOR_RENDER, - DRM_MINOR_CNT, }; /** |