Compiler Attributes: counted_by: Adjust name and identifier expansion
[platform/kernel/linux-rpi.git] / include / uapi / linux / stddef.h
index 7837ba4..7c3fc39 100644 (file)
@@ -45,3 +45,7 @@
                TYPE NAME[]; \
        }
 #endif
+
+#ifndef __counted_by
+#define __counted_by(m)
+#endif