commit | c194520ada7c8f2eddec5ebf24982483b49736a0 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Oct 11 14:52:09 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Oct 25 15:59:32 2013 +0100 |
tree | f89e025bed9f6713398053a6618e6de65c3f7562 | |
parent | a0974e6e217aead196033d72f898e2acb575304d [diff] |
arm64: big-endian: fix byteorder include For big-endian processors, we must include linux/byteorder/big_endian.h to get the relevant definitions for swabbing between CPU order and a defined endianness. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>