Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux
[linux-2.6-block.git] / include / drm / drmP.h
index f7a19c2a7a807407862df5c023a6b7467046d540..05350424a4d3bbd17ae8a1aa5fcb5e68871862c2 100644 (file)
@@ -110,7 +110,4 @@ static inline bool drm_can_sleep(void)
        return true;
 }
 
-/* helper for handling conditionals in various for_each macros */
-#define for_each_if(condition) if (!(condition)) {} else
-
 #endif