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 <[email protected]> Reviewed-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 0e3135d commit e2bcbd7

File tree

2 files changed

+0
-230
lines changed

2 files changed

+0
-230
lines changed

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)