diff options
author | Philippe CORNU <[email protected]> | 2018-01-19 12:05:16 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2018-03-12 09:54:25 +0100 |
commit | 2dab3bf851fa2204d4a99549f1c4d34390840691 (patch) | |
tree | 91baf0ae032c2d072ec775ce75b3deb22423083b | |
parent | 6abd061df903be386f62163b093786708d481b09 (diff) |
drm/panel: otm8009a: Adopt SPDX identifiers
Add SPDX identifiers to OriseTech OTM8009a panel driver.
Signed-off-by: Philippe Cornu <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c index dbd5da583b66..90f1ae4af93c 100644 --- a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c +++ b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c @@ -1,11 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2017 * * Authors: Philippe Cornu <[email protected]> * Yannick Fertre <[email protected]> - * - * License terms: GNU General Public License (GPL), version 2 */ + #include <drm/drmP.h> #include <drm/drm_mipi_dsi.h> #include <drm/drm_panel.h> |