Skip to content

Commit

Permalink
drm: remove unused DRM_MINOR_UNASSIGNED
Browse files Browse the repository at this point in the history
This constant is unused, remove it.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
David Herrmann committed Mar 16, 2014
1 parent f4aede2 commit b9a0d15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/drm/drmP.h
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ struct drm_driver {
struct list_head legacy_dev_list;
};

#define DRM_MINOR_UNASSIGNED 0
#define DRM_MINOR_LEGACY 1
#define DRM_MINOR_CONTROL 2
#define DRM_MINOR_RENDER 3
Expand Down

0 comments on commit b9a0d15

Please sign in to comment.