diff options
author | Mark Brown | 2018-01-08 16:54:50 +0100 |
---|---|---|
committer | Mark Brown | 2018-01-08 16:54:50 +0100 |
commit | 498495dba268b20e8eadd7fe93c140c68b6cc9d2 (patch) | |
tree | 00d1562049d8bc2194fddd9ba0cbbe0812ad6f68 /include/uapi/linux/tls.h | |
parent | ASoC: Intel: Skylake: Disable clock gating during firmware and library download (diff) | |
parent | ASoC: acpi: fix machine driver selection based on quirk (diff) | |
download | kernel-qcow2-linux-498495dba268b20e8eadd7fe93c140c68b6cc9d2.tar.gz kernel-qcow2-linux-498495dba268b20e8eadd7fe93c140c68b6cc9d2.tar.xz kernel-qcow2-linux-498495dba268b20e8eadd7fe93c140c68b6cc9d2.zip |
Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'include/uapi/linux/tls.h')
-rw-r--r-- | include/uapi/linux/tls.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/uapi/linux/tls.h b/include/uapi/linux/tls.h index cc1d21db35d8..293b2cdad88d 100644 --- a/include/uapi/linux/tls.h +++ b/include/uapi/linux/tls.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) */ /* * Copyright (c) 2016-2017, Mellanox Technologies. All rights reserved. * @@ -34,10 +35,6 @@ #define _UAPI_LINUX_TLS_H #include <linux/types.h> -#include <asm/byteorder.h> -#include <linux/socket.h> -#include <linux/tcp.h> -#include <net/tcp.h> /* TLS socket options */ #define TLS_TX 1 /* Set transmit parameters */ |