diff options
Diffstat (limited to 'arch/openrisc/lib/delay.c')
-rw-r--r-- | arch/openrisc/lib/delay.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/openrisc/lib/delay.c b/arch/openrisc/lib/delay.c index a92bd621aa1f..036ae57180ef 100644 --- a/arch/openrisc/lib/delay.c +++ b/arch/openrisc/lib/delay.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OpenRISC Linux | 3 | * OpenRISC Linux |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Modifications for the OpenRISC architecture: | 9 | * Modifications for the OpenRISC architecture: |
9 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> | 10 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * version 2 as published by the Free Software Foundation | ||
14 | * | ||
15 | * Precise Delay Loops | 12 | * Precise Delay Loops |
16 | */ | 13 | */ |
17 | 14 | ||