summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/soc_camera/mt9t031.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-02 12:32:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-03 11:10:18 +0200
commit26855d5ace5e86bffb4dbed3f0c1deabd26962c4 (patch)
tree3dde31d91501d2fddee96914f51cd33cc5a548d5 /drivers/staging/media/soc_camera/mt9t031.c
parentb20deecfd1d10e184ef70e2f23c8786683eab553 (diff)
downloadlinux-stable-26855d5ace5e86bffb4dbed3f0c1deabd26962c4.tar.gz
linux-stable-26855d5ace5e86bffb4dbed3f0c1deabd26962c4.tar.bz2
linux-stable-26855d5ace5e86bffb4dbed3f0c1deabd26962c4.zip
staging: media: soc_camera: add proper SPDX identifiers on files that did not have them.
There were a few files for the soc_camera 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: 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: Sakari Ailus <sakari.ailus@linux.intel.com> Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl> Cc: linux-media@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/soc_camera/mt9t031.c')
-rw-r--r--drivers/staging/media/soc_camera/mt9t031.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/media/soc_camera/mt9t031.c b/drivers/staging/media/soc_camera/mt9t031.c
index 4ff179302b4f..615ae9df2c57 100644
--- a/drivers/staging/media/soc_camera/mt9t031.c
+++ b/drivers/staging/media/soc_camera/mt9t031.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Driver for MT9T031 CMOS Image Sensor from Micron
*
* Copyright (C) 2008, Guennadi Liakhovetski, DENX Software Engineering <lg@denx.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
-
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/log2.h>