diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2017-12-05 18:24:18 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-01-08 14:03:35 +0300 |
commit | fa93f5b7aac54f08dea386fa4d79aa29bf54370e (patch) | |
tree | d10174013d4e33d749b374e8fb866ebaf08e39e3 /drivers/mfd/stm32-lptimer.c | |
parent | 2bb3253c30d517f3d574610ed0523a469f58562d (diff) | |
download | linux-fa93f5b7aac54f08dea386fa4d79aa29bf54370e.tar.xz |
mfd: stm32: Adopt SPDX identifier
Add SPDX identifier
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/stm32-lptimer.c')
-rw-r--r-- | drivers/mfd/stm32-lptimer.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mfd/stm32-lptimer.c b/drivers/mfd/stm32-lptimer.c index 075330a25f61..a00f99f36559 100644 --- a/drivers/mfd/stm32-lptimer.c +++ b/drivers/mfd/stm32-lptimer.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * STM32 Low-Power Timer parent driver. - * * Copyright (C) STMicroelectronics 2017 - * * Author: Fabrice Gasnier <fabrice.gasnier@st.com> - * * Inspired by Benjamin Gaignard's stm32-timers driver - * - * License terms: GNU General Public License (GPL), version 2 */ #include <linux/mfd/stm32-lptimer.h> |