diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-02-08 00:56:10 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-06 14:30:34 +0200 |
commit | e34a717f9f3ae82127a865597487e69f068adfec (patch) | |
tree | 78b7f96a6b289c686494ecb57a4427efaa7146c9 /drivers/staging/media/ipu3 | |
parent | 4fa5cc4701514b251e386635165405c6f1fe1661 (diff) | |
download | linux-e34a717f9f3ae82127a865597487e69f068adfec.tar.gz linux-e34a717f9f3ae82127a865597487e69f068adfec.tar.bz2 linux-e34a717f9f3ae82127a865597487e69f068adfec.zip |
media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license
All Linux headers licensed under the GPL-2.0 must include a "WITH
Linux-syscall-note" extension in their SPDX license identifier, as
enforced by the scripts/headers_install.sh script. Fix the Intel IPU3
UAPI header currently stored with the driver in staging.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/ipu3')
-rw-r--r-- | drivers/staging/media/ipu3/include/intel-ipu3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h index edd8edda0647..9b644fb23dde 100644 --- a/drivers/staging/media/ipu3/include/intel-ipu3.h +++ b/drivers/staging/media/ipu3/include/intel-ipu3.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (C) 2017 - 2018 Intel Corporation */ #ifndef __IPU3_UAPI_H |