diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /fs/udf/udfend.h | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'fs/udf/udfend.h')
-rw-r--r-- | fs/udf/udfend.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/udf/udfend.h b/fs/udf/udfend.h index 906a619bc..031f5b507 100644 --- a/fs/udf/udfend.h +++ b/fs/udf/udfend.h @@ -42,13 +42,13 @@ #define cpu_to_le32(x) (x) #define cpu_to_le64(x) (x) -#endif +#endif /* __BYTE_ORDER == 0 */ -#endif +#else /* __KERNEL__ */ -#ifdef __KERNEL__ #include <linux/string.h> -#endif + +#endif /* ! __KERNEL__ */ static inline lb_addr lelb_to_cpu(lb_addr in) { |