summaryrefslogtreecommitdiff
path: root/drivers/staging/media/imx/imx-media-fim.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-02 13:32:02 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-03 12:10:18 +0300
commitffe00b0a0e655d7140ea855c8d1bf4c84154f9d0 (patch)
treeac5aedd61f5a4c780bf218efbc4065a22ddbbd38 /drivers/staging/media/imx/imx-media-fim.c
parent26855d5ace5e86bffb4dbed3f0c1deabd26962c4 (diff)
downloadlinux-ffe00b0a0e655d7140ea855c8d1bf4c84154f9d0.tar.xz
staging: media: imx: add proper SPDX identifiers on files that did not have them.
There were a few files for the imx media drivers that did not have SPDX identifiers on them, so fix that up. At the same time, remove the "free form" text that specified the license of the file, as that is impossible for any tool to properly parse. Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: linux-media@vger.kernel.org Acked-by: Steve Longerbeam <slongerbeam@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/imx/imx-media-fim.c')
-rw-r--r--drivers/staging/media/imx/imx-media-fim.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/media/imx/imx-media-fim.c b/drivers/staging/media/imx/imx-media-fim.c
index 8cf773eef9da..2ab64bc30f5c 100644
--- a/drivers/staging/media/imx/imx-media-fim.c
+++ b/drivers/staging/media/imx/imx-media-fim.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Frame Interval Monitor.
*
* Copyright (c) 2016 Mentor Graphics Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
*/
#include <linux/delay.h>
#include <linux/irq.h>