drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 9 Jun 2014 13:39:49 +0000 (14:39 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 9 Jun 2014 23:36:17 +0000 (09:36 +1000)
I cannot see a need to provide a DRM_ version of ARRAY_SIZE(), only used
in a few places. I suspect its usage has been spread by copy & paste
rather than anything else.

Let's just remove it for plain ARRAY_SIZE().

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found