From: Andres Salomon Date: Tue, 17 Nov 2009 22:41:23 +0000 (-0800) Subject: drm: kill more unused DRM macros X-Git-Tag: v2.6.33-rc1~323^2~6^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156822f7175d9ceb9d7e808502d3c5de8841e047;p=pandora-kernel.git drm: kill more unused DRM macros There are a few more macros in drmP.h that are unused; DRM_GET_PRIV_SAREA, DRM_ARRAY_SIZE, and DRM_WAITCOUNT can go away completely. Unfortunately, DRM_COPY is still used in one place, but we can at least move it to where it's used. It's an awful looking macro.. [akpm: fix overeagerness] Signed-off-by: Andres Salomon Cc: Dave Airlie Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed