Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / include / linux / libcfs / libcfs_private.h
index 4daa3823f60a51f9b24613447c8da106ff6f8ec9..d401ae17dbafd0de04190e432f60fcb416c4e0e2 100644 (file)
@@ -360,13 +360,4 @@ do {                                                           \
        ptr += cfs_size_round(len);                          \
 } while (0)
 
-#define LOGL0(var, len, ptr)                         \
-do {                                               \
-       if (!len)                                      \
-               break;                            \
-       memcpy((char *)ptr, (const char *)var, len);    \
-       *((char *)(ptr) + len) = 0;                  \
-       ptr += cfs_size_round(len + 1);          \
-} while (0)
-
 #endif
This page took 0.024372 seconds and 5 git commands to generate.