diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-11-14 06:30:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-30 11:40:40 +0300 |
commit | 33e58deefa0907ffba4d5a4c69f3641a649358d3 (patch) | |
tree | 26fd4718cc34d02f4ffd94b63450a2e834755d55 /arch/xtensa | |
parent | 30d3389d80eb0c6d2a49ffa07c8fd1eec5a49873 (diff) | |
download | linux-33e58deefa0907ffba4d5a4c69f3641a649358d3.tar.xz |
uapi: fix linux/tls.h userspace compilation error
commit b9f3eb499d84f8d4adcb2f9212ec655700b28228 upstream.
Move inclusion of a private kernel header <net/tcp.h>
from uapi/linux/tls.h to its only user - net/tls.h,
to fix the following linux/tls.h userspace compilation error:
/usr/include/linux/tls.h:41:21: fatal error: net/tcp.h: No such file or directory
As to this point uapi/linux/tls.h was totaly unusuable for userspace,
cleanup this header file further by moving other redundant includes
to net/tls.h.
Fixes: 3c4d7559159b ("tls: kernel TLS support")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/xtensa')
0 files changed, 0 insertions, 0 deletions