diff options
Diffstat (limited to 'arch/openrisc/mm/fault.c')
-rw-r--r-- | arch/openrisc/mm/fault.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/openrisc/mm/fault.c b/arch/openrisc/mm/fault.c index ae9468c22c9d..5d4d3a9691d0 100644 --- a/arch/openrisc/mm/fault.c +++ b/arch/openrisc/mm/fault.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * OpenRISC fault.c | 3 | * OpenRISC fault.c |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Modifications for the OpenRISC architecture: | 9 | * Modifications for the OpenRISC architecture: |
9 | * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> | 10 | * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> |
10 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> | 11 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |