From 3762ec6bf76cdd32653c409dbad09f7b85807c68 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 12 Jan 2006 10:29:53 +1100 Subject: [XFS] Merge in trivial changes, sync up headers with userspace equivalents. SGI-PV: 907752 SGI-Modid: xfs-linux-melb:xfs-kern:24961a Signed-off-by: Nathan Scott --- fs/xfs/xfs_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/xfs/xfs_arch.h') diff --git a/fs/xfs/xfs_arch.h b/fs/xfs/xfs_arch.h index 71de20cedb5c..c4836890b726 100644 --- a/fs/xfs/xfs_arch.h +++ b/fs/xfs/xfs_arch.h @@ -44,7 +44,7 @@ #define cpu_to_be16(val) ((__be16)(val)) #define cpu_to_be32(val) ((__be32)(val)) #define cpu_to_be64(val) ((__be64)(val)) -#define be16_to_cpu(val) ((__uint16_t)(val) +#define be16_to_cpu(val) ((__uint16_t)(val)) #define be32_to_cpu(val) ((__uint32_t)(val)) #define be64_to_cpu(val) ((__uint64_t)(val)) #else -- cgit v1.2.3