Whamcloud - gitweb
LU-4699 libcfs: unify ERR_PTR definitions
[fs/lustre-release.git] / lustre / include / linux / obd_support.h
index 352b38e..bc85713 100644 (file)
@@ -64,9 +64,6 @@
 #else /* !__KERNEL__ */
 # define LTIME_S(time) (time)
 /* for obd_class.h */
-# ifndef ERR_PTR
-#  define ERR_PTR(a) ((void *)(a))
-# endif
 #endif  /* __KERNEL__ */
 
 #endif