From: Benjamin Romer Date: Thu, 31 Jul 2014 16:00:55 +0000 (-0400) Subject: staging: unisys: remove S64 type X-Git-Tag: cleanup-for-v3.18~125^2~27 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec03a7db3213031734c7e50d3841877c409b1b61;p=pandora-kernel.git staging: unisys: remove S64 type This patch switches all use of the S64 typedef to use the kernel's s64 type instead. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h index 4e89cdf8df95..fee1b21a27c8 100644 --- a/drivers/staging/unisys/include/commontypes.h +++ b/drivers/staging/unisys/include/commontypes.h @@ -30,8 +30,6 @@ #include #endif -#define S64 int64_t - #ifdef __KERNEL__ #ifdef CONFIG_X86_32 Reading git-diff-tree failed