HID: usbhid: remove #ifdef CONFIG_PM
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 12 Oct 2023 10:23:39 +0000 (12:23 +0200)
committerBenjamin Tissoires <bentiss@kernel.org>
Wed, 25 Oct 2023 16:33:42 +0000 (18:33 +0200)
commitf354872108ebc5558653db5ff9b8c5edf375599d
tree4195e5d8f35810a6358cfe1863c567ee5f712919
parentdf8b030d82dd1224881acb4e778fa06c4824f72b
HID: usbhid: remove #ifdef CONFIG_PM

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.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20231012-hid-pm_ptr-v1-2-0a71531ca93b@weissschuh.net
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/usbhid/hid-core.c