HID: bpf: make bus_type const in struct hid_bpf_ops
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2023 07:38:48 +0000 (08:38 +0100)
committerJiri Kosina <jkosina@suse.com>
Tue, 2 Jan 2024 10:25:28 +0000 (11:25 +0100)
commit9b0a3839e8d29663cd9ee2c43d38b06c3b91619e
treeee9eff7ed1ea9cf1e98084619f9081bd3175d8c4
parentc4a9743699f3b093bad4bcc472c4ee34c7929f33
HID: bpf: make bus_type const in struct hid_bpf_ops

The struct bus_type pointer in hid_bpf_ops just passes the pointer to
the driver core, and the driver core can handle, and expects, a constant
pointer, so also make the pointer constant in hid_bpf_ops.

Part of the process of moving all usages of struct bus_type to be
constant to move them all to read-only memory.

Cc: Jiri Kosina <jikos@kernel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
include/linux/hid_bpf.h