summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-08-05 23:18:05 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-09-12 09:30:29 -0400
commitcdc3d7f346476b4a4d1c4738b7dcdda4b3d5d870 (patch)
treeeaee442338ef8b199ee7d91b43e245453ed12cdf
parente58f308223c9e8e15e57a1e5cae5140590005647 (diff)
downloadlinux-cdc3d7f346476b4a4d1c4738b7dcdda4b3d5d870.tar.bz2
media: drm: shmobile: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r--include/linux/platform_data/shmob_drm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/platform_data/shmob_drm.h b/include/linux/platform_data/shmob_drm.h
index ee495d707f17..fe815d7d9f58 100644
--- a/include/linux/platform_data/shmob_drm.h
+++ b/include/linux/platform_data/shmob_drm.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* shmob_drm.h -- SH Mobile DRM driver
*
* Copyright (C) 2012 Renesas Corporation
*
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * 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.
*/
#ifndef __SHMOB_DRM_H__