diff options
Diffstat (limited to 'lib/stackdepot.c')
-rw-r--r-- | lib/stackdepot.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/stackdepot.c b/lib/stackdepot.c index 605c61f65d94..66cab785bea0 100644 --- a/lib/stackdepot.c +++ b/lib/stackdepot.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Generic stack depot for storing stack traces. | 3 | * Generic stack depot for storing stack traces. |
3 | * | 4 | * |
@@ -16,16 +17,6 @@ | |||
16 | * Copyright (C) 2016 Google, Inc. | 17 | * Copyright (C) 2016 Google, Inc. |
17 | * | 18 | * |
18 | * Based on code by Dmitry Chernenkov. | 19 | * Based on code by Dmitry Chernenkov. |
19 | * | ||
20 | * This program is free software; you can redistribute it and/or | ||
21 | * modify it under the terms of the GNU General Public License | ||
22 | * version 2 as published by the Free Software Foundation. | ||
23 | * | ||
24 | * This program is distributed in the hope that it will be useful, but | ||
25 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
26 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
27 | * General Public License for more details. | ||
28 | * | ||
29 | */ | 20 | */ |
30 | 21 | ||
31 | #include <linux/gfp.h> | 22 | #include <linux/gfp.h> |