Skip to content

Commit 4a86220

Browse files
author
Benjamin Tissoires
committed
HID: bpf: remove tracing HID-BPF capability
We can now rely on struct_ops as we cleared the users in-tree. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 50fe0fc commit 4a86220

File tree

9 files changed

+8
-1187
lines changed

9 files changed

+8
-1187
lines changed

drivers/hid/bpf/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ LIBBPF_INCLUDE = $(srctree)/tools/lib
88
obj-$(CONFIG_HID_BPF) += hid_bpf.o
99
CFLAGS_hid_bpf_dispatch.o += -I$(LIBBPF_INCLUDE)
1010
CFLAGS_hid_bpf_jmp_table.o += -I$(LIBBPF_INCLUDE)
11-
hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_jmp_table.o hid_bpf_struct_ops.o
11+
hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_struct_ops.o

drivers/hid/bpf/entrypoints/Makefile

-93
This file was deleted.

drivers/hid/bpf/entrypoints/README

-4
This file was deleted.

drivers/hid/bpf/entrypoints/entrypoints.bpf.c

-25
This file was deleted.

drivers/hid/bpf/entrypoints/entrypoints.lskel.h

-248
This file was deleted.

0 commit comments

Comments
 (0)