Skip to content

Commit e2bcbd7

Browse files
seanyoungAlexei Starovoitov
authored andcommitted
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>
1 parent 0e3135d commit e2bcbd7

2 files changed

Lines changed: 0 additions & 230 deletions

File tree

tools/include/uapi/linux/lirc.h

Lines changed: 0 additions & 229 deletions
This file was deleted.

tools/testing/selftests/bpf/test_lirc_mode2_user.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
// 5. We can read keycode from same /dev/lirc device
2929

3030
#include <linux/bpf.h>
31-
#include <linux/lirc.h>
3231
#include <linux/input.h>
3332
#include <errno.h>
3433
#include <stdio.h>

0 commit comments

Comments
 (0)