diff options
author | Linus Torvalds | 2018-06-11 12:13:55 -0700 |
---|---|---|
committer | Linus Torvalds | 2018-06-11 12:13:55 -0700 |
commit | f7cca14bcec49989bcfe7cf2135ac719352d7022 (patch) | |
tree | 2c17c70671d1d7c55ba45ede7ea16ccfb89cef2e /include/uapi | |
parent | b70c9d37f6b5e539798699ad4b48ed3fcd9ce282 (diff) | |
parent | 4a2e84c6ed85434ce7843e4844b4d3263f7e233b (diff) |
Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc
Pull rpmsg updates from Bjorn Andersson:
"This migrates rpmsg to use SPDX license headers and fixes a
use-after-free in SMD"
* tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc:
rpmsg: smd: do not use mananged resources for endpoints and channels
rpmsg: char: Switch to SPDX license identifier
rpmsg: glink: Switch to SPDX license identifier
rpmsg: smd: Switch to SPDX license identifier
rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifier
rpmsg: Switch to SPDX license identifier
rpmsg: qcom_smd: Access APCS through mailbox framework
rpmsg: Add driver_override device attribute for rpmsg_device
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/rpmsg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/uapi/linux/rpmsg.h b/include/uapi/linux/rpmsg.h index 225eb38705dc..e14c6dab4223 100644 --- a/include/uapi/linux/rpmsg.h +++ b/include/uapi/linux/rpmsg.h @@ -1,15 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (c) 2016, Linaro Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #ifndef _UAPI_RPMSG_H_ |