summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_lirc_mode2_user.c
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2022-01-24 15:30:28 +0000
committerAlexei Starovoitov <ast@kernel.org>2022-01-25 17:56:24 -0800
commite2bcbd7769ee8f05e1b3d10848aace98973844e4 (patch)
tree88ac65dacbc4ad8d2bd0aba8f305be343c42e0f5 /tools/testing/selftests/bpf/test_lirc_mode2_user.c
parent0e3135d3bfa5dfb658145238d2bc723a8e30c3a3 (diff)
tools headers UAPI: remove stale lirc.h
The lirc.h file is an old copy of lirc.h from the kernel sources. It is out of date, and the bpf lirc tests don't need a new copy anyway. As long as /usr/include/linux/lirc.h is from kernel v5.2 or newer, the tests will compile fine. Signed-off-by: Sean Young <sean@mess.org> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20220124153028.394409-1-sean@mess.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/test_lirc_mode2_user.c')
-rw-r--r--tools/testing/selftests/bpf/test_lirc_mode2_user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_lirc_mode2_user.c b/tools/testing/selftests/bpf/test_lirc_mode2_user.c
index ebf68dce5504..2893e9f2f1e0 100644
--- a/tools/testing/selftests/bpf/test_lirc_mode2_user.c
+++ b/tools/testing/selftests/bpf/test_lirc_mode2_user.c
@@ -28,7 +28,6 @@
// 5. We can read keycode from same /dev/lirc device
#include <linux/bpf.h>
-#include <linux/lirc.h>
#include <linux/input.h>
#include <errno.h>
#include <stdio.h>