diff options
Diffstat (limited to 'drivers/watchdog/mt7621_wdt.c')
-rw-r--r-- | drivers/watchdog/mt7621_wdt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/watchdog/mt7621_wdt.c b/drivers/watchdog/mt7621_wdt.c index cbb3c0dde136..a8aa3522cfda 100644 --- a/drivers/watchdog/mt7621_wdt.c +++ b/drivers/watchdog/mt7621_wdt.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ralink MT7621/MT7628 built-in hardware watchdog timer | 3 | * Ralink MT7621/MT7628 built-in hardware watchdog timer |
3 | * | 4 | * |
4 | * Copyright (C) 2014 John Crispin <john@phrozen.org> | 5 | * Copyright (C) 2014 John Crispin <john@phrozen.org> |
5 | * | 6 | * |
6 | * This driver was based on: drivers/watchdog/rt2880_wdt.c | 7 | * This driver was based on: drivers/watchdog/rt2880_wdt.c |
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 | ||
10 | * by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |