staging: lustre: remove LPX64 define
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / include / linux / libcfs / linux / kp30.h
index f7085c402c1e7d4b4a3560c1afeb8e3e4cc9ddc9..88cce4cc049a7cb80b67ed49d8f823b9e4044043 100644 (file)
@@ -37,7 +37,6 @@
 #ifndef __LIBCFS_LINUX_KP30_H__
 #define __LIBCFS_LINUX_KP30_H__
 
-
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/string.h>
 
 #include "portals_compat25.h"
 
-/* this is a bit chunky */
-
-# define LPU64 "%llu"
-# define LPD64 "%lld"
-# define LPX64 "%#llx"
-# define LPX64i "%llx"
-# define LPO64 "%#llo"
-# define LPF64 "L"
-
-/*
- * long_ptr_t & ulong_ptr_t, same to "long" for gcc
- */
-# define LPLU "%lu"
-# define LPLD "%ld"
-# define LPLX "%#lx"
-
-/*
- * pid_t
- */
-# define LPPID "%d"
-
 #endif