Message ID | 20190306161650.GA3155@jordon-HP-15-Notebook-PC (mailing list archive) |
---|---|
State | Mainlined |
Commit | cde53520e2877f7f3a493e3a55d636baaf46903c |
Headers | show |
Series | [v2] selftest/rseq: Remove duplicate header | expand |
On Wed, Mar 6, 2019 at 9:42 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > From: Sabyasachi Gupta <sabyasachi.linux@gmail.com> > > Remove duplicate header which is included twice > > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> > --- > v2: Corrected format. Any further comment on this ? > > 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 >
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> /*