aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/stacktrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/stacktrace.c')
-rw-r--r--arch/sh/kernel/stacktrace.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/kernel/stacktrace.c b/arch/sh/kernel/stacktrace.c
index 7a73d2763e1b..f3cb2cccb262 100644
--- a/arch/sh/kernel/stacktrace.c
+++ b/arch/sh/kernel/stacktrace.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * arch/sh/kernel/stacktrace.c 3 * arch/sh/kernel/stacktrace.c
3 * 4 *
4 * Stack trace management functions 5 * Stack trace management functions
5 * 6 *
6 * Copyright (C) 2006 - 2008 Paul Mundt 7 * Copyright (C) 2006 - 2008 Paul Mundt
7 *
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
10 * for more details.
11 */ 8 */
12#include <linux/sched.h> 9#include <linux/sched.h>
13#include <linux/sched/debug.h> 10#include <linux/sched/debug.h>