diff options
Diffstat (limited to 'drivers/watchdog/hpwdt.c')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index db1bf6f546ae..8a90f159ffb1 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * HPE WatchDog Driver | 3 | * HPE WatchDog Driver |
3 | * based on | 4 | * based on |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * (c) Copyright 2018 Hewlett Packard Enterprise Development LP | 8 | * (c) Copyright 2018 Hewlett Packard Enterprise Development LP |
8 | * Thomas Mingarelli <thomas.mingarelli@hpe.com> | 9 | * Thomas Mingarelli <thomas.mingarelli@hpe.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |