aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-07-10 10:21:23 -0400
committerWim Van Sebroeck <wim@linux-watchdog.org>2018-08-02 09:57:11 -0400
commit2671a3a31b7d6a933af240e574d0e6cfd2d13364 (patch)
tree5182464b162143dfe009474ec192c958dde11cea
parentcd6100fcebaf9ef5fc0f0f1c9f2afada35a71a91 (diff)
watchdog: stmp3xxx: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
-rw-r--r--drivers/watchdog/stmp3xxx_rtc_wdt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/watchdog/stmp3xxx_rtc_wdt.c b/drivers/watchdog/stmp3xxx_rtc_wdt.c
index d8b11eb269ad..994c54cc68e9 100644
--- a/drivers/watchdog/stmp3xxx_rtc_wdt.c
+++ b/drivers/watchdog/stmp3xxx_rtc_wdt.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28 3 * Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28
3 * 4 *
4 * Author: Wolfram Sang <kernel@pengutronix.de> 5 * Author: Wolfram Sang <kernel@pengutronix.de>
5 * 6 *
6 * Copyright (C) 2011-12 Wolfram Sang, Pengutronix 7 * Copyright (C) 2011-12 Wolfram Sang, Pengutronix
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License version 2 as published by
10 * the Free Software Foundation.
11 */ 8 */
12#include <linux/kernel.h> 9#include <linux/kernel.h>
13#include <linux/module.h> 10#include <linux/module.h>