staging: lustre: remove RETURN macro
[deliverable/linux.git] / drivers / staging / lustre / include / linux / libcfs / libcfs.h
index 0f76da5c6c2dfeaded04753e079e94af514fc616..b71046ea18cb9b0ded3281fe0ac463a8cab17060 100644 (file)
@@ -80,20 +80,8 @@ static inline int __is_po2(unsigned long long val)
 #define LERRCHKSUM(hexnum) (((hexnum) & 0xf) ^ ((hexnum) >> 4 & 0xf) ^ \
                           ((hexnum) >> 8 & 0xf))
 
-
-/*
- * Some (nomina odiosa sunt) platforms define NULL as naked 0. This confuses
- * Lustre RETURN(NULL) macro.
- */
-#if defined(NULL)
-#undef NULL
-#endif
-
-#define NULL ((void *)0)
-
 #define LUSTRE_SRV_LNET_PID      LUSTRE_LNET_PID
 
-
 #include <linux/list.h>
 
 #ifndef cfs_for_each_possible_cpu
This page took 0.024875 seconds and 5 git commands to generate.