diff options
Diffstat (limited to 'lib/extable.c')
-rw-r--r-- | lib/extable.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/extable.c b/lib/extable.c index f54996fdd0b8..25da4071122a 100644 --- a/lib/extable.c +++ b/lib/extable.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Derived from arch/ppc/mm/extable.c and arch/i386/mm/extable.c. | 3 | * Derived from arch/ppc/mm/extable.c and arch/i386/mm/extable.c. |
3 | * | 4 | * |
4 | * Copyright (C) 2004 Paul Mackerras, IBM Corp. | 5 | * Copyright (C) 2004 Paul Mackerras, IBM Corp. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/bsearch.h> | 8 | #include <linux/bsearch.h> |