staging: lustre: remove LPX64 define
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / include / linux / libcfs / linux / kp30.h
index a09fed3c6ea848656e6d2a7598f1e2e50599ded6..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 <linux/moduleparam.h>
 #include <linux/scatterlist.h>
 
-#include <linux/libcfs/linux/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"
+#include "portals_compat25.h"
 
 #endif