From: Damien Lespiau Date: Mon, 9 Jun 2014 13:39:49 +0000 (+0100) Subject: drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95aeb17f57c4c98b7f33627e5f51353fd094a93;p=pandora-kernel.git drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() 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 Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed