]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mux: constify mux class
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 5 Dec 2024 08:56:05 +0000 (09:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jan 2025 09:15:04 +0000 (10:15 +0100)
commit7685ad5f08d9297f5a3d30b1818391ac94813171
treeb476c1b1873c86fda92b311806b4fcbdbc0d332a
parent18032c6bc0e204c8f836b09707ef671991e4fe87
mux: constify mux class

All class functions used here take a const pointer to the class
structure so we can make the struct itself constant.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20241205085605.9501-1-brgl@bgdev.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mux/core.c