On Thu, 12 Oct 2023 12:23:37 +0200, Thomas Weißschuh wrote: > Through the usage of pm_ptr() the CONFIG_PM-dependent code will always be > compiled, protecting against bitrot. > The linker will then garbage-collect the unused function avoiding any overhead. > > This series only converts three users of CONFIG_PM in drivers/hid/ but > most of the others should be convertible, too. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git (for-6.7/config_pm), thanks! [1/4] HID: core: remove #ifdef CONFIG_PM from hid_driver https://git.kernel.org/hid/hid/c/df8b030d82dd [2/4] HID: usbhid: remove #ifdef CONFIG_PM https://git.kernel.org/hid/hid/c/f354872108eb [3/4] HID: multitouch: remove #ifdef CONFIG_PM https://git.kernel.org/hid/hid/c/fc2543414c3e [4/4] HID: rmi: remove #ifdef CONFIG_PM https://git.kernel.org/hid/hid/c/eeebfe6259ba Cheers, -- Benjamin Tissoires <bentiss@xxxxxxxxxx>