staging: lustre: remove LPX64 define
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / include / linux / libcfs / linux / kp30.h
index f4f73bd1b2d6129f9dbcbd8e4ef3d4ab89cd399e..88cce4cc049a7cb80b67ed49d8f823b9e4044043 100644 (file)
 
 #include "portals_compat25.h"
 
-/* this is a bit chunky */
-
-# define LPU64 "%llu"
-# define LPD64 "%lld"
-# define LPX64 "%#llx"
-# define LPX64i "%llx"
-
-/*
- * long_ptr_t & ulong_ptr_t, same to "long" for gcc
- */
-# define LPLU "%lu"
-# define LPLD "%ld"
-# define LPLX "%#lx"
-
 #endif