aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-03-06 21:50:19 +0530
committerShuah Khan <shuah@kernel.org>2019-04-08 16:18:21 -0600
commit6f9e64b0ff26aab12ae126e0fe274fbd5720fd91 (patch)
tree8236c7f2111777ee212ea6f0544e5796a665ba51 /tools
parentselftest/rseq: Remove duplicate header (diff)
downloadlinux-dev-6f9e64b0ff26aab12ae126e0fe274fbd5720fd91.tar.xz
linux-dev-6f9e64b0ff26aab12ae126e0fe274fbd5720fd91.zip
selftest/gpio: Remove duplicate header
Remove duplicate header which are included twice. Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/gpio/gpio-mockup-chardev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/gpio/gpio-mockup-chardev.c b/tools/testing/selftests/gpio/gpio-mockup-chardev.c
index aaa1e9f083c3..d587c814a9ca 100644
--- a/tools/testing/selftests/gpio/gpio-mockup-chardev.c
+++ b/tools/testing/selftests/gpio/gpio-mockup-chardev.c
@@ -12,7 +12,6 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>