.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/kernel/armksyms.c |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2000 Russell King |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | */ |
---|
10 | 7 | #include <linux/export.h> |
---|
11 | 8 | #include <linux/sched.h> |
---|
12 | 9 | #include <linux/string.h> |
---|
13 | | -#include <linux/cryptohash.h> |
---|
14 | 10 | #include <linux/delay.h> |
---|
15 | 11 | #include <linux/in6.h> |
---|
16 | 12 | #include <linux/syscalls.h> |
---|
.. | .. |
---|
167 | 163 | #endif |
---|
168 | 164 | |
---|
169 | 165 | #ifdef CONFIG_FUNCTION_TRACER |
---|
170 | | -#ifdef CONFIG_OLD_MCOUNT |
---|
171 | | -EXPORT_SYMBOL(mcount); |
---|
172 | | -#endif |
---|
173 | 166 | EXPORT_SYMBOL(__gnu_mcount_nc); |
---|
174 | 167 | #endif |
---|
175 | 168 | |
---|