diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c')
-rw-r--r-- | tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c b/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c index ad9c3ec26048..aefcd8d8759b 100644 --- a/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c +++ b/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * POWER Data Stream Control Register (DSCR) explicit test | 3 | * POWER Data Stream Control Register (DSCR) explicit test |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * | 14 | * |
14 | * Copyright 2012, Anton Blanchard, IBM Corporation. | 15 | * Copyright 2012, Anton Blanchard, IBM Corporation. |
15 | * Copyright 2015, Anshuman Khandual, IBM Corporation. | 16 | * Copyright 2015, Anshuman Khandual, IBM Corporation. |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify it | ||
18 | * under the terms of the GNU General Public License version 2 as published | ||
19 | * by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | #include "dscr.h" | 18 | #include "dscr.h" |
22 | 19 | ||