]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/drm/drmP.h
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-beck.git] / include / drm / drmP.h
index 83222db41566c0b9415e7191dce47de05ae432fe..8af71a8e2c0056ba5edb627061910aa0661fcc99 100644 (file)
@@ -234,8 +234,6 @@ int drm_err(const char *func, const char *format, ...);
 /** \name Internal types and structures */
 /*@{*/
 
-#define DRM_ARRAY_SIZE(x) ARRAY_SIZE(x)
-
 #define DRM_IF_VERSION(maj, min) (maj << 16 | min)
 
 /**