Skip to content

Commit

Permalink
HID: bpf: remove tracing HID-BPF capability
Browse files Browse the repository at this point in the history
We can now rely on struct_ops as we cleared the users in-tree.

Link: https://lore.kernel.org/r/20240608-hid_bpf_struct_ops-v3-8-6ac6ade58329@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
  • Loading branch information
Benjamin Tissoires committed Jun 14, 2024
1 parent 50fe0fc commit 4a86220
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion drivers/hid/bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LIBBPF_INCLUDE = $(srctree)/tools/lib
obj-$(CONFIG_HID_BPF) += hid_bpf.o
CFLAGS_hid_bpf_dispatch.o += -I$(LIBBPF_INCLUDE)
CFLAGS_hid_bpf_jmp_table.o += -I$(LIBBPF_INCLUDE)
hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_jmp_table.o hid_bpf_struct_ops.o
hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_struct_ops.o
93 changes: 0 additions & 93 deletions drivers/hid/bpf/entrypoints/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/hid/bpf/entrypoints/README

This file was deleted.

25 changes: 0 additions & 25 deletions drivers/hid/bpf/entrypoints/entrypoints.bpf.c

This file was deleted.

248 changes: 0 additions & 248 deletions drivers/hid/bpf/entrypoints/entrypoints.lskel.h

This file was deleted.

Loading

0 comments on commit 4a86220

Please sign in to comment.