summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorPali Rohár <[email protected]>2021-11-26 14:57:05 +0100
committerStefan Roese <[email protected]>2021-12-19 09:50:47 +0100
commit52a26d392a45511fb5432c77d99cd3fa93c44e76 (patch)
treef4ed7dc3cd2de7e4d7fbc8f71f2fbd5473d8a1b2 /scripts/const_structs.checkpatch
parent4ee7dfba2feef4a36016cde60a04cac3c97e4d14 (diff)
include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
The macro __constant_cpu_to_be32() uses ___constant_swab32(), which for some reason is not defined and causes the following error during compilation: include/linux/byteorder/little_endian.h:28:52: warning: implicit declaration of function ‘___constant_swab32’; did you mean ‘__builtin_bswap32’? [-Wimplicit-function-declaration] #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x))) Declare all ___constant_swabXX() macros. Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions