summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2022-04-04 20:54:47 +0300
committerDavid S. Miller <davem@davemloft.net>2022-04-06 15:48:02 +0300
commit1ee375d77bb944321c969b456aa73994566cecf6 (patch)
tree60647cbf24df54d70ca341326fb64e4222803c08 /Documentation/devicetree
parentf4b41f062c424209e3939a81e6da022e049a45f2 (diff)
downloadlinux-1ee375d77bb944321c969b456aa73994566cecf6.tar.xz
net, uapi: remove inclusion of arpa/inet.h
In include/uapi/linux/tipc_config.h, there's a comment that it includes arpa/inet.h for ntohs; but ntohs is not defined in any UAPI header. For now, reuse the definitions from include/linux/byteorder/generic.h, since the various conversion functions do exist in UAPI headers: include/uapi/linux/byteorder/big_endian.h include/uapi/linux/byteorder/little_endian.h We would like to get to the point where we can build UAPI header tests with -nostdinc, meaning that kernel UAPI headers should not have a circular dependency on libc headers. Link: https://android-review.googlesource.com/c/platform/bionic/+/2048127 Suggested-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions