.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
---|
1 | 2 | /* |
---|
2 | 3 | * Retu watchdog driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Based on code written by Amit Kucheria and Michael Buesch. |
---|
7 | 8 | * Rewritten by Aaro Koskinen. |
---|
8 | | - * |
---|
9 | | - * This file is subject to the terms and conditions of the GNU General |
---|
10 | | - * Public License. See the file "COPYING" in the main directory of this |
---|
11 | | - * archive for more details. |
---|
12 | | - * |
---|
13 | | - * This program is distributed in the hope that it will be useful, |
---|
14 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | | - * GNU General Public License for more details. |
---|
17 | 9 | */ |
---|
18 | 10 | |
---|
19 | 11 | #include <linux/slab.h> |
---|