From: Greg Kroah-Hartman Date: Sun, 13 Jul 2014 01:41:09 +0000 (-0700) Subject: staging: lustre: remove LPD64 define X-Git-Tag: cleanup-for-v3.18~125^2~828 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f537dd2c3c59f47fab8e21d639a28228d8201d43;p=pandora-kernel.git staging: lustre: remove LPD64 define Just use the proper modifier type... Cc: Andreas Dilger Cc: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- 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 Reading git-diff-tree failed