diff options
author | Jordan Crouse <jcrouse@codeaurora.org> | 2017-05-08 14:34:59 -0600 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-06-16 11:15:46 -0400 |
commit | 167b606aa262270ab6aeb5700adca6b1f33da26a (patch) | |
tree | d3079b87ec1cdee3a2ef53b909437bed022c772a /drivers/gpu/drm/msm/msm_gpu.h | |
parent | 7c65817e6d38fad8ed4ae8632b3615980a2197b4 (diff) | |
download | kernel_replicant_linux-167b606aa262270ab6aeb5700adca6b1f33da26a.tar.gz kernel_replicant_linux-167b606aa262270ab6aeb5700adca6b1f33da26a.tar.bz2 kernel_replicant_linux-167b606aa262270ab6aeb5700adca6b1f33da26a.zip |
drm/msm: Remove DRM_MSM_NUM_IOCTLS
The ioctl array is sparsely populated but the compiler will make sure
that it is sufficiently sized for all the values that we have so we
can safely use ARRAY_SIZE() instead of having a constantly changing
#define in the uapi header.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
0 files changed, 0 insertions, 0 deletions