summaryrefslogtreecommitdiff
path: root/drivers/watchdog/bcm47xx_wdt.c
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@linux-watchdog.org>2018-03-24 12:20:26 +0300
committerWim Van Sebroeck <wim@linux-watchdog.org>2018-03-24 12:20:26 +0300
commitab17ed70f79abbfdc7f0878836816267df2835a7 (patch)
tree9b71b32dd667ebf2f01d0f1026fd21fec0ca2740 /drivers/watchdog/bcm47xx_wdt.c
parent2e8ebed6ede01f187f8a06bbae3e3b3325bda36c (diff)
parent2e62c4988bbf2b514aa7672c2ee5252531c7155f (diff)
downloadlinux-ab17ed70f79abbfdc7f0878836816267df2835a7.tar.xz
Merge branch 'v4.17-rc1'
Diffstat (limited to 'drivers/watchdog/bcm47xx_wdt.c')
-rw-r--r--drivers/watchdog/bcm47xx_wdt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/watchdog/bcm47xx_wdt.c b/drivers/watchdog/bcm47xx_wdt.c
index f41b756d6dd5..05425c1dfd4c 100644
--- a/drivers/watchdog/bcm47xx_wdt.c
+++ b/drivers/watchdog/bcm47xx_wdt.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Watchdog driver for Broadcom BCM47XX
*
@@ -5,10 +6,6 @@
* Copyright (C) 2009 Matthieu CASTET <castet.matthieu@free.fr>
* Copyright (C) 2012-2013 Hauke Mehrtens <hauke@hauke-m.de>
*
- * 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.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt