kernel/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c
.. .. @@ -1,6 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright 2014, Michael Ellerman, IBM Corp. 3 - * Licensed under GPLv2.4 4 */ 5 5 6 6 #include <signal.h> .. .. @@ -11,7 +11,6 @@ 11 11 #include <sys/wait.h> 12 12 #include <unistd.h> 13 13 #include <setjmp.h> 14 -#include <signal.h>15 14 16 15 #include "ebb.h" 17 16