----- On Mar 4, 2019, at 1:38 PM, Souptick Joarder [email protected] wrote:
> Remove duplicate header which is included twice > > Signed-off-by: Sabyasachi Gupta <[email protected]> > Signed-off-by: Souptick Joarder <[email protected]> Acked-by: Mathieu Desnoyers <[email protected]> > --- > tools/testing/selftests/rseq/rseq.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/testing/selftests/rseq/rseq.h > b/tools/testing/selftests/rseq/rseq.h > index c72eb70..6c1126e7 100644 > --- a/tools/testing/selftests/rseq/rseq.h > +++ b/tools/testing/selftests/rseq/rseq.h > @@ -16,7 +16,6 @@ > #include <errno.h> > #include <stdio.h> > #include <stdlib.h> > -#include <sched.h> > #include <linux/rseq.h> > > /* > -- > 1.9.1 -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com

