summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 18:41:09 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 18:41:09 -0700
commitf537dd2c3c59f47fab8e21d639a28228d8201d43 (patch)
tree8ab053707ab42fbc4f37495ba23f0cd47023a6a8 /drivers/staging/lustre/include
parentf7941e4d2c9037635ab26051d86ed2e999a94dbb (diff)
staging: lustre: remove LPD64 define
Just use the proper modifier type... Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/linux/kp30.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
index cba961269b1f..0b54e562f8ba 100644
--- a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
+++ b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
@@ -71,7 +71,6 @@
/* this is a bit chunky */
# define LPU64 "%llu"
-# define LPD64 "%lld"
# define LPX64 "%#llx"
#endif